An open API service indexing awesome lists of open source software.

https://github.com/vctr-dev/aoc-2024-deno

AoC 2024 using Deno
https://github.com/vctr-dev/aoc-2024-deno

aoc-2024-in-deno

Last synced: 4 months ago
JSON representation

AoC 2024 using Deno

Awesome Lists containing this project

README

          

# AoC 2024 in Deno

## Usage

### Run code:

`deno run dev

`

For example `deno run dev 01 example` to run the day 01 with example input

### Develop

Develop for day in `src/days/day

/main.ts`

Each day's `main.ts` should export a default that takes the input file as the
parameter