Turnin for CSE 596

Turning in homework for this course will be done electronically. First make sure that your code will compile and run properly on the instructional alphas (orcas or sanjuan). From there, you can turn in an assignment as follows:

turnin -c cse596 -p hwNUM FILES

filling in all the items in all caps. For example, say you want to turn in the files in directory project3 for homework 3. You would use the following command:

turnin -c cse596 -p hw3 project3

Your turnin should include all of your source code as well as a compiled version for each program you are turning in. You may submit to turnin multiple times and each submission will overwrite everything in your previous submission.