I was invited once again to Advent of Code. Again, to get the full experience, I wanted to ensure that I was not only expanding my knowledge of Go, but also taking in the principles that Go stands for. As a continuation of 2019, I decided to start with the same rules:
- Write tests first. (TDD)
- Commit for each correct answer. This displays the difference between refactors to satisfy parts 1 and 2