Programming assignments are turned in via the UNIX handin program on cse.unl.edu. If you are unfamiliar with the UNIX handin program the following is a simple way to hand in a program. If your program is in a file called "pa1.c," then simply enter the command
handin cse476 MySolutionToPA1.c
Read the man page for the handin program.
test the handin program by turning in a test file:
handin cse451 0 TestFile
The program should be neatly formatted (i.e., easy to read) and well
documented. In general, 50% of your grade for a program will be for correctness,
25% for "programming style" (appropriate use of language features, including
variable/procedure/class names), and 25% for documentation.