Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 227 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 227 Bytes

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