/aoc-2023-go

My take on adventofcode.com using go

Primary LanguageGo

🎄 Advent of Code 2023 🎄

My take on the advent of code challenge 2023 in golang. See advent of code for more information.

Build & run the code

make && ./bin/1

Run the Tests

make test