Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 393 Bytes

File metadata and controls

6 lines (5 loc) · 393 Bytes

My solutions to some of https://www.hackerrank.com/ exercises

Implementation decisions:

  • save only the resolution. Each exercise has it's own Main method and only one can exist in a project
  • also there isn't any intention of actually running locally the exercise. It's just no practical.
  • during development, I can hook-up a way to run locally for debugging, but that's the last resource.