Anonymous

Changes

From CMSC 420
258 bytes added ,  03:50, 21 March 2007
additional instructions
Line 2: Line 2:     
Spec Draft 1.1 is wrong; we are using the submit server, not GRACE.
 
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:
 +
<code><pre>
 +
java -classpath cmsc420util.jar :. Main < primary.input.xml > primary.output.xml
 +
</pre></code>
103

edits