How to hand in homework for CSI 201 I'm going to assume that your homework is entitled hw1.cpp and that your executable is called hw1.exe You may have called it something else, so be sure to change those values. Step 1: Log into sybil (using putty / ssh) Step 2: Change into your 201 directory using cd Step 3: Type 'script hw1.script' and hit enter. Do not type the ' ' on this line or below. Step 4: Type 'cat hw1.cpp' and hit enter Step 5: Compile your code: 'g++ hw1.cpp -o hw1.exe' Step 6: Run samples of your program. Test all pieces: './hw1.exe' Step 7: Run another sample './hw1.exe' Step 8: Run another sample! './hw1.exe' Step 9: Type 'exit' Step 10: Be sure to follow all capitalization in the following instruction. Print code by typing: 'enscript -PN103 -2Gr hw1.script'