Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 434 Bytes

Advent of Code 2020

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:

Rules

  • Write tests first. (TDD)
  • Commit for each correct answer. This displays the difference between refactors to satisfy parts 1 and 2