Steps 1. Your solution source code should be a single C-file on the syslab filesystem. 2. Make a copy of this C-file named yourusername.c for whatever your username is. 3. At the top, include a comment with your name, today's date, class period. 4. Put this file in ~smtorbert/turnin using either... cp yourusername.c ~smtorbert/turnin -or- mv yourusername.c ~smtorbert/turnin