Awesome
Advent of Code 2023 in Go ๐ญ
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
Setup
Using emacs with this config (and also VsCode as of late)
Usage
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)
Credits
- thanks to Mr-Unforgettable - for resolving a potential but at day01 - fixing an offset issue in day02, part01 (#2)