Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 202 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 202 Bytes

My solutions to Exercism.org's code challenges.

Cheat sheet for uploading new solutions:

  1. Navigate to project folder

  2. git add --all .

  3. git commit -m “adding solution”

  4. git push