This repository contains a small Deno project tackling advent of code 2024 coding challanges.
For information about Advent of Code check here: https://adventofcode.com/2024/
10 out of 50 stars.
this repo was build and tested with Deno 2.1.2, start by installing packages with
deno i
You can run solutions with deno
like this
deno task day1
You can start tests and coverage with
deno task coverage