Skip to content

My contributions for Advent of Code 2023

Notifications You must be signed in to change notification settings

hdjarv/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

My contributions to the Advent of Code for 2023.

Try it out

(you need to have node.js installed first)

Note: This repository is mirrored to multiple locations, get repository URL from where you are seeing this.

git clone <repo-url>
cd advent-of-code-2023
npm install
npm start <dayno>

Replace <dayno> with the day you want to run the solution for (1-25).

To run with test data instead of real data, add the test data to inputs/day-<dayno>-input-test.txt (with two digits for <dayno>) and then:

npm start -- <dayno> --test