This is my 3rd attempt of AoC π! My goal is not to get 50 stars, with a great solution, I do AoC to learn a new language in a fun way
- Day01 β β
- Day02 β β
- Day03 β β
- Day04 β β
- Day05 β
- Day06 β β
- Day07 ββ
- Day08 β
- Day09 β β
- Day10 β
- Day11 β (a dodgy solution that doesn't really work, might do with improvements)
β = completed the solution β = had to get help
Using emacs with this config (and also VsCode as of late)
go run . day01 ./data/day01/input.txt
===== day01 =====
Part01: The sum of all calibration values is 20614
(took 6.456Β΅s)
Part02: The sum of all calibration, including words values is 142
(took 41.131Β΅s)
- thanks to Mr-Unforgettable - for resolving a potential but at day01 - fixing an offset issue in day02, part01 (#2)