Skip to content

danwulff/advent-of-code-js-starter

Repository files navigation

Advent of Code 2023

A starter repo for Advent of Code completed in javascript

Tested on Ubuntu & Windows with Node 20.

Run npm ci to install dependencies

Run npm start to run index.js containing each day Run npm run test in a terminal to run tests Run npm run test -- --watch in a terminal to watch tests

Add days by:

  • duplicating the existing src/day1 directory and renaming to "dayx" 1) the filenames and 2) the function names
  • adding a "dayx" input file within the inputs directory
  • adding the "dayx" function to index.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published