Categorygithub.com/roland-kister/advent-of-code-2024
repositorypackage
0.0.0-20250104082253-37022eef12e2
Repository: https://github.com/roland-kister/advent-of-code-2024.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Advent of Code 2024

Save the individual puzzle inputs to ./inputs directory with leading zero in the file name, e.g. 01.txt, or 13.txt:

./inputs/
    ├─01.txt
    ├─02.txt
    ...
    └─25.txt

Execute the solution:

go run .

Or run the tests:

go test ./...