Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 460 Bytes

prog_exercises

Instructions to include it in your directory:

- Go to the directory where you want to save the files
- Type "git clone https://github.com/HungWoeiNeoh/prog_exercises"

To grab the latest updates:

- Type "git pull origin master"

To commit your code:

- For any edited files and new files, type in "git add <filename>"
- Then, type "git commit -m "<your commit message>"
- Then, type "git push origin master"