/advent2020

https://adventofcode.com for 2020

Primary LanguageTypeScript

advent2020

Day 1

For Day 1, I decided to go with a brute force Ruby approach, with no real structure. It was pretty straight forward once and adding the second part just required an outer loop.