Skip to content

coldb/aoc2024

Repository files navigation

Advent of code 2024 🎄

My attempts at solving the advent of code solutions using Deno and Typescript.

Added simple tests for some of the days.

Run the task

The tasks can be run using the following commands:

deno task run --day=1 --step=1
deno task run --day=1 --step=1 --debug
deno task run --day=1 --step=2 --data=sample
deno task run --day=1 --step=2 --data=sample --debug

To run all days

deno task run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published