Digital Submission for CS312
To submit your assignment, create a single file as follows:
- Create a directory for your submission with your last name, then first name, then assignment number.  For example, to submit the first assignment I would create a folder called "KauchakDavid1".
- Put all of your files in this folder.
- tar up the folder, e.g. to tar up the above folder I would type:
 
 tar -cvf KauchakDavid1.tar KauchakDavid1
 (the first argument specifies the name of the .tar file to create and the second where the data comes from)
 
 
- gzip the folder, e.g.:
 
 gzip KauchakDavid1.tar
When you're all done, you should have a ".tar.gz" file.  Upload that file using the form below.