🎄 My solutions for Advent of Code in GoLang to learn the langauge 🎄
- Make sure you have golang installed https://golang.org/dl/
- Execute:
- If existing navigate to the corresponding year and then
cmd/dayXX
where you replaceXX
with the corresponding day and run solution usinggo run .
- Starting from 2023 Navigate into year folder and run
go test ./day01 -run ^TestMain$
- If existing navigate to the corresponding year and then