Commit 51f4295f by Sanjay Krishnan

fixing some syntax in the homework:wq!

parent 25c31458
Showing with 3 additions and 5 deletions
......@@ -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:
[https://mit.cs.uchicago.edu/skr/cmsc13600-public/tree/master/using-git]
https://mit.cs.uchicago.edu/skr/cmsc13600-public/tree/master/using-git
* 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`:
```
$ git add match.py
$ git commit -m'initialized homework'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment