package
0.0.0-20241211062750-24cc2bd7428e
Repository: https://github.com/bramoo/advent.git
Documentation: pkg.go.dev
# README
Advent of Code 2024
Advent of Code 2024 solutions written while learning golang
Running
Note: only example inputs are included. To run against your specific inputs you must copy them to a file and update the os.Open()
line for each solution
To run a solution:
go run 01.go