hws/hw01.tex
changeset 927 ef54868a9226
parent 922 e86ea06e3b25
child 935 4e221cf587fa
equal deleted inserted replaced
926:42ecc3186944 927:ef54868a9226
    23        \begin{center}
    23        \begin{center}
    24        \url{https://ammonite.io}
    24        \url{https://ammonite.io}
    25        \end{center}      
    25        \end{center}      
    26 
    26 
    27       If you want to follow the code I present during the
    27       If you want to follow the code I present during the
    28       lectures, read the handout about Scala.
    28       lectures, read the handout about Scala. Make sure Ammonite
       
    29       uses the Scala 3 compiler.
    29 
    30 
    30 %\item {\bf (Optional)} Have a look at the crawler programs.
    31 %\item {\bf (Optional)} Have a look at the crawler programs.
    31 %      Can you find a usage for them in your daily programming
    32 %      Can you find a usage for them in your daily programming
    32 %      life? Can you improve them? For example in cases there
    33 %      life? Can you improve them? For example in cases there
    33 %      are links that appear on different recursion levels, the
    34 %      are links that appear on different recursion levels, the