testing/collatz_test
changeset 128 fd03a2f06286
parent 127 01d522ba48d4
equal deleted inserted replaced
127:01d522ba48d4 128:fd03a2f06286
     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