diff -r 86a48bdf82d1 -r 873d0b16aaa9 cws/main_cw02.tex --- a/cws/main_cw02.tex Mon Dec 26 16:49:53 2022 +0000 +++ b/cws/main_cw02.tex Sat Jan 14 14:13:16 2023 +0000 @@ -43,7 +43,7 @@ In addition, the Scala part comes with reference implementations in form of \texttt{jar}-files. This allows you to run any test cases on your own computer. For example you can call Scala on -the command line with the option \texttt{-cp danube.jar} and then +the command line with the option \texttt{-cp wordle.jar} and then query any function from the template file. Say you want to find out what the function \texttt{} produces: for this you just need to prefix it with the object name \texttt{M2}. If you want to find out what @@ -77,7 +77,7 @@ \newpage -\subsection*{Main Part 2 (6 Marks, file wordle.scala)} +\subsection*{Main Part 2 (7 Marks, file wordle.scala)} You probably know the game of Wordle\footnote{\url{https://en.wikipedia.org/wiki/Wordle}} where you are supposed to guess a five-letter word. The feedback for guesses can help