@@ -25,15 +25,13 @@ three iterators. The order is not important
## Getting Started
Acquaint yourselves with the basic homework submission procedures and please ask us if you have any question on Piazza or during office hours BEFORE the deadline. Remember there are no "slip days" in this class, it is your responsibility to know how to complete and submit the homework assignments. We will run a tutorial on how to use git on Thursday 4/11 2-3 (in 223 JCL). A summary is below:
*First, pull the most recent changes from the cmsc13600-public repository:
First, pull the most recent changes from the cmsc13600-public repository:
```
$ git pull
```
* Then, copy the `hw0` folder to your submission repository. Change directories to enter your submission repository.
* Your code will go into `match.py` this is the only file that you will modify.
* Add `match.py` using `git add`
Then, copy the `hw0` folder to your submission repository. Change directories to enter your submission repository. Your code will go into `match.py` this is the only file that you will modify. Finally, add `match.py` using `git add`: