AdventOfCode by Philipp Priller
- Install node_modules by running
npm install - Run
npm run aoc
- Adding a
day{n}tag will execute the program of the given day (if omitted most recent day will be selected) - Adding a
part{n}tag will execute the given part (if omitted the most advanced part will be selected) - Adding a
testtag will use the test-file (f.exday01_test.txt) instead of normal one, if it exists
Examples
npm run aoc day1npm run aoc day5 part2npm run aoc day02 part1 test