Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2022_NodeJS

AdventOfCode by Philipp Priller

AdventOfCode2022

GitHub Repository

How to

  1. Install node_modules by running npm install
  2. Run npm run aoc

Selecting Day & Part

  • 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 test tag will use the test-file (f.ex day01_test.txt) instead of normal one, if it exists

Examples

  • npm run aoc day1
  • npm run aoc day5 part2
  • npm run aoc day02 part1 test

About

AoC2022_NodeJS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages