| changeset 404 | 5ff7ffa929cc |
| parent 384 | 627a944c744b |
| child 416 | ef6ad5276c02 |
| 403:312c9eb39ad8 | 404:5ff7ffa929cc |
|---|---|
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 10, Part 2." >> $out |
8 echo -e "Below is the feedback for your submission of bfc.scala" >> $out |
9 echo -e "" >> $out |
9 echo -e "" >> $out |
10 |
10 |
11 # compilation tests |
11 # compilation tests |
12 |
12 |
13 function scala_compile { |
13 function scala_compile { |