cws/disclaimer.sty
changeset 199 2e13dedd922e
parent 174 dd7acea3f9ec
child 212 c86e40fb3b21
equal deleted inserted replaced
198:c2d36d8ee2a7 199:2e13dedd922e
     9     good reason to not download Scala, install it and run it on your
     9     good reason to not download Scala, install it and run it on your
    10     own computer. Just do it!} Use the
    10     own computer. Just do it!} Use the
    11   template files provided and do not make any changes to arguments of
    11   template files provided and do not make any changes to arguments of
    12   functions or to any types. You are free to implement any auxiliary
    12   functions or to any types. You are free to implement any auxiliary
    13   function you might need.
    13   function you might need.
       
    14 
       
    15 \item Do not leave any test cases running in your code because this might slow
       
    16   down your program! Comment test cases out before submission, otherwise you
       
    17   might hit a time-out.
    14 
    18 
    15 \item Do not use any mutable data structures in your
    19 \item Do not use any mutable data structures in your
    16 submissions! They are not needed. This means you cannot create new 
    20 submissions! They are not needed. This means you cannot create new 
    17 \texttt{Array}s or \texttt{ListBuffer}s, for example. 
    21 \texttt{Array}s or \texttt{ListBuffer}s, for example. 
    18 
    22