Categorygithub.com/mtratsiuk/adventofcode
repository
0.0.0-20241205190726-a42d628ef521
Repository: https://github.com/mtratsiuk/adventofcode.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

# 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