A simple repo holding backups to all my Exercism exercises (a great service that you should totally use).
In the name of practicing more programming and exploring more programming languages, I’m committing to at least one commit a day in 2026 across my projects, which includes the solutions found here.
For posterity, my general workflow is to:
- Create a viable solution to an exercise, and submit to Exercism
- Let the GitHub Syncer submit a pull request with the solution
- Annotate with any minor notes from what I learned on the exercise
- Approve and merge