testing/collatz_test
changeset 128 166bb9b6b20a
parent 127 b4def82f3f9f
equal deleted inserted replaced
127:b4def82f3f9f 128:166bb9b6b20a
     6 
     6 
     7 out=${1:-output}
     7 out=${1:-output}
     8 
     8 
     9 echo "" > $out
     9 echo "" > $out
    10 
    10 
    11 echo "Below is the feedback for your submission" >> $out
    11 echo "Below is the feedback for your submission collatz.scala" >> $out
    12 echo "" >> $out
    12 echo "" >> $out
    13 
    13 
    14 
    14 
    15 # compilation tests
    15 # compilation tests
    16 
    16