equal
  deleted
  inserted
  replaced
  
    
    
|      3  |      3  | 
|      4 out=${1:-output} |      4 out=${1:-output} | 
|      5  |      5  | 
|      6 echo -e "" > $out |      6 echo -e "" > $out | 
|      7  |      7  | 
|      8 echo -e "Below is the feedback for your submission of CW 8" >> $out |      8 echo -e "Below is the feedback for your submission of knight{1,2,3}.scala" >> $out | 
|      9 echo -e "" >> $out |      9 echo -e "" >> $out | 
|     10 #echo -e "!! Important: !!" >> $out |     10 #echo -e "!! Important: !!" >> $out | 
|     11 #echo -e "Because of limitations with our testing infrastructure, we can only" >> $out |     11 #echo -e "Because of limitations with our testing infrastructure, we can only" >> $out | 
|     12 #echo -e "let code run for 10 seconds and then have to kill it. This might" >> $out |     12 #echo -e "let code run for 10 seconds and then have to kill it. This might" >> $out | 
|     13 #echo -e "mean your code is correct, but still marked as Fail. Remember" >> $out |     13 #echo -e "mean your code is correct, but still marked as Fail. Remember" >> $out |