My AoC attempts in different programming languages and techniques.
Go to file
texhno 8fcee096b6 Initial commit 2023-12-05 11:52:53 +01:00
2022 Initial commit 2023-12-05 11:52:53 +01:00
2023 Initial commit 2023-12-05 11:52:53 +01:00
lib/typescript Initial commit 2023-12-05 11:52:53 +01:00
scripts Initial commit 2023-12-05 11:52:53 +01:00
templates/typescript Initial commit 2023-12-05 11:52:53 +01:00
.gitignore Initial commit 2023-12-05 11:52:53 +01:00
README.md Initial commit 2023-12-05 11:52:53 +01:00

README.md

Advent of Code

My solutions in various languages. Mainly used to learn the languages, or new concepts in the languages I am already familiar with.

Usage

TypeScript

Move to the typescript directory. The main entrypoint is the runner.ts file.

To print both solutions for some dayXX (where XX is from 01-25), enter the following command:

# To run the example data input (data/dayXX.example.txt)
# Also, the Y in the `example` flag is for different example files
npx ts-node runner.ts dayXX -eY

# To run the real data
npx ts-node runner.ts dayXX