Categorygithub.com/wodorek/advent-of-code-go
repository
0.0.0-20250102012423-ebf9aff9e92e
Repository: https://github.com/wodorek/advent-of-code-go.git
Documentation: pkg.go.dev

# Packages

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

# README

advent-of-code-go

Solutions to Advent of Code written in Go

Usage

To run the solutions, you need to provide your own user input, in the correct year/day folder. Name the file input.txt and paste the raw data from your AoC input. Then, execute the run.sh script

./run.sh <year> <day>

Some solutions have tests set up to test helper functions, for example when parsing input requires more complex operations. To run those test run the provided script:

./test.sh <year> <day> r