How To Submit
From CMSC 420
You can submit from Eclipse using the submit plugin.
Spec Draft 1.1 is wrong; we are using the submit server, not GRACE.
The old submission requirements are very similar though. You still need to have a Main class. Your program will be tested with a command similar to:
java -classpath cmsc420util.jar :. Main < primary.input.xml > primary.output.xml