https://github.com/tocsoft/codingexercises
https://github.com/tocsoft/codingexercises
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tocsoft/codingexercises
- Owner: tocsoft
- Created: 2020-08-05T12:29:14.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T11:35:00.000Z (over 5 years ago)
- Last Synced: 2025-01-30T04:27:13.708Z (over 1 year ago)
- Language: PowerShell
- Size: 392 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Code Exercises
============================
To get started run `unlock.ps1` to unlock the first exercise.
Each exercise consists of a readme describing the test, and a scaffolded out test project for you to implement your code.
Use the provided tests (make sure to un-skip any tests are required) to verify your work... once you have a completed an exercise run `unlock.ps1` again to unlock the next test. We will add some more tests as part of unlock to ensure your code compiles and passes before we will unlock the next one.