You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir inputs
touch inputs/day01.txt
touch inputs/example01.txt
nodemon --config nodemon.aoc.json -> to run all days with day.txt inputs
nodemon --config nodemon.examples.json -> to run doctests with example.txt inputs