test your pull requests here
- git clone this repo "git clone https://github.com/EthanLam1/CSC301-repo-test"
- create your own local branch with your name "git checkout -b firstname-lastname"
- create a new text file "firstname-lastname.txt"
- put whatever you want in it - "hello world"
- git add it and commit it
- git push --set-upstream origin [name of your branch]
- go to github and create a pull request from your branch to the master branch
- merge changes~