kennyrlienhard / adventofcode2024

Advent of Code 2024 solutions

Home Page:https://adventofcode.com/2024

Repository from Github https://github.comkennyrlienhard/adventofcode2024Repository from Github https://github.comkennyrlienhard/adventofcode2024

Advent of Code 2024

Advent of Code 2024 in TypeScript.

Requirements

Install Node.js and Yarn package manager

Installation

Run the following command to install the packages:

yarn

Usage

The main file is available under /src/main.ts. Here, you can specify the days to solve in the variable DAYS_TO_SOLVE. The source code for each day is available in directory /src. The related data can be found in directory /src/data.

For development, run the following command so that the application automatically restarts when file changes are detected.

yarn run dev

To run the main file once:

yarn start

About

Advent of Code 2024 solutions

https://adventofcode.com/2024


Languages

Language:TypeScript 91.9%Language:JavaScript 8.1%