Project 0 Grading

The input file test.in is used to do the grading.

Bochs Test
After compiling the program, run bochs which should output
Hello from XXX
Input
hello THERE 12#$"ENTER""CTRL^D"
The output should be
1 line, 3 words, 17 bytes
The actuall order doesn't matter as long as the values are correct. This gets you the points as specified in the grading criteria as well as 2 for correct byte count, 5 for correct line count and 5 for correct word count.

test.in
Run cyclone standalone as

  proj0 < test.in 

The output should be:

  2 11 47
This gets you the points as specified in the grading criteria as well as 3 for correct byte count, 5 for correct line count and 5 for correct word count.