ProgChallenges

A repo to explore some programming challenges

What to do:

  1. Clone repo
  2. Create a directory for a new challenge with a README.md with the challenge
  3. Create a COMMENTS.md for any comments.
  4. Create a sub-directory with your username with your solution
  5. Extras:
    • Do your solution in multiple programming languages
    • Prove your answers with TDD
  6. Push your solution up