pre_marking1/collatz_test.sh
changeset 382 fec2c2f2d3db
parent 376 944db68cddbd
equal deleted inserted replaced
381:6c2792a3e00d 382:fec2c2f2d3db
    17 echo "" >> $out
    17 echo "" >> $out
    18 
    18 
    19 echo "The feedback for your submission for collatz.scala" >> $out
    19 echo "The feedback for your submission for collatz.scala" >> $out
    20 echo "" >> $out
    20 echo "" >> $out
    21 
    21 
    22 # marks for CW6 basic part 
    22 # marks for CW6 preliminary part
    23 marks=$(( 0 ))
    23 marks=$(( 0 ))
    24 
    24 
    25 # compilation tests
    25 # compilation tests
    26 
    26 
    27 function scala_compile {
    27 function scala_compile {