Instructions For Handing In Assignments Create a header page that provides your name, date, etc. Once your program is working, run the script utility to demonstrate that it works. For example, if the name of your home work is hw1.c, then you would type: % script hw1.txt Script started, file is hw1.txt % more headerpage % more hw1.c % gcc hw1.c % ./a.out plus arguments (output from your program) <^D> (to terminate the script utility) Script done, file is hw1.txt % Then email a copy of the source file hw1.c plus the hw1.txt file to: assign@pix.cs.olemiss.edu % mail assign@pix.cs.olemiss.edu < hw1.txt DO NOT ATTACH THE TEXT FILES, SIMPLY "READ" THEM INTO YOUR EMAIL. Please note: Programs are by 12:00 AM on the due date and late programs are not accepted.