cws/cw01.tex
changeset 86 f8a781322499
parent 79 2d57b0d43a0f
child 110 62389faa66e4
--- a/cws/cw01.tex	Thu Dec 08 12:50:54 2016 +0000
+++ b/cws/cw01.tex	Tue Dec 13 13:02:52 2016 +0000
@@ -21,7 +21,8 @@
 code! It has a different meaning in Scala, than in Java.
 Do not use \texttt{var}! This declares a mutable variable. Make sure the
 functions you submit are defined on the ``top-level'' of Scala, not
-inside a class or object. 
+inside a class or object. Also note that the running time of
+each part will be restricted to a maximum of 360 seconds. 
 
 
 \subsection*{Disclaimer}