Skip to content

noctilucent-dev/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc0708a · Dec 14, 2024

History

19 Commits
Dec 1, 2024
Dec 1, 2024
Dec 2, 2024
Dec 3, 2024
Dec 4, 2024
Dec 5, 2024
Dec 6, 2024
Dec 7, 2024
Dec 8, 2024
Dec 10, 2024
Dec 14, 2024
Dec 8, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024

Repository files navigation

Advent of Code 2024 Solutions

My solutions to the Advent of Code 2024 puzzles: https://adventofcode.com/2024

Prerequisites

  • Node (tested with v22)
  • Or use devcontainer

Instructions for running

  1. Register on Advent of Code: https://adventofcode.com/2024/auth/login
  2. For each day, save your input.txt file to the relevant directory.
  3. From within the day directory, run node index.js.

To use sample data and verbose logging, set the environment variable DEBUG="true".

Releases

No releases published

Packages

No packages published