hws/hw01.tex
changeset 926 d543eaddc7ba
parent 921 b4da72f2219f
child 934 114d6638a3fc
equal deleted inserted replaced
925:ff202426ec47 926:d543eaddc7ba
    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