Please do the following steps (the names are CASE SENSITIVE) * Create a directory namely 'assg01' * Create a sub-directories under 'assg01' -- 'code' and 'testcases' * Put your code in the directory 'assg01/code' * Keep all your testcases in the directory 'assg01/testcases' (Please make sure that *.dag extension for those files) * Put README.txt file under 'assg01' * Run the following command to create an archive (This needs to be run in the direcory where 'assg01' resides) tar -cvzf assg01.tgz assg01 * Upload assg01.tgz Example: The tree structure of your files will be as follows: (Do not include any executable code) assg01/ assg01/README.txt assg01/code/ assg01/code/filename.cpp (or *.py file) assg01/testcases/ assg01/testcases/input01.dag assg01/testcases/input02.dag assg01/testcases/input03.dag