Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2023_NodeJS

AdventOfCode by Philipp Priller

AdventOfCode2023

GitHub Repository

How to

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

Run npm run newDay to create the files for a new day

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

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages