Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 292 Bytes

IEP-Team-14

Github repo for IEP team 14, challenge 2.

How to use

Clone the repo on your local machine with git clone

Make changes to the files on your local machine, and then commit these changes:

git add .

git commit -m '<your message>'

git push