/aoc2024

Advent of Code 2024

Primary LanguageGo

Advent of Code 2024

This year I am learning Go!

Running

Input files should be placed at ./day01/challenge.in

Days 1-8 have separate tests:

go test ./day01 && go run ./day01 ./day01/challenge.in

Days 9+ have tests built-in:

go run ./day09