Skip to content

brechtcallens/advent-of-code-2024

Repository files navigation

Advent Of Code (2024)

Setup

Steps to setup the project one can solve/run these tasks. Make sure to run on WSL or any Linux distro.

  1. Run npm install once to install tsx.
  2. Copy your advent of code copy from your browser console into a file called .session-cookie to autofetch the inputs.

Code

Run the following code for each new day.

  1. Run ./setup.sh <day_nr> to copy a template and the input into directory day<day_nr>.
  2. Manually copy or fill in some input in the generated example_input file.
  3. Open the solve.ts and solve it!
  4. Run npm run solve to solve the input file and npm run solve example for the example input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published