repository
0.0.0-20241205190726-a42d628ef521
Repository: https://github.com/mtratsiuk/adventofcode.git
Documentation: pkg.go.dev
# README
adventofcode
Solutions for https://adventofcode.com/
Setup .env
cp .env.sample .env
Start new day
./bin/new.sh $DAY_NUMBER $DAY_NAME
Run specific day
./bin/run.sh $DAY_NUMBER