CS 1101: Naming Conventions for Homework Files

The file you submit for Homework 1 must be named using your last name. If your last name is Smith, you should name your file
smith-hw1.ss
Starting with Homework 2, all homework files submitted for grading must be named using this format:
partner1lastname-partner2lastname-hwX.ss
For example, for Homework 2, if the two people working as homework partners are named Jane Doe and John Smith, either of the following file names are acceptable:
doe-smith-hw2.ss
smith-doe-hw2.ss
Also, remember to include both partners' names and wpi login names as comments at the beginning of the file.