Awesome
š Advent of Code 2024
Solving Advent of Code 2024 problems with Typescript and Deno!
Prerequisites
Setup
-
Clone this repository
-
Install dependencies:
deno i
there are none for now but this is just in case I add some later
Project Structure
.
āāā day_XX/ # one folder a day
ā āāā main.ts # solution file
ā āāā input.txt # input file
āāā deno.json # deno config
Usage
-
Put your input files as
input.txt
in the according folder (this repo doesn't include puzzles inputs). -
Run the code with:
deno run -A day_XX/main.ts
Don't forget to change XX with the correspondong day, e.g. day_01 / day_25
License
MIT