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

https://github.com/dnafication/aoc-2024

my aoc solutions
https://github.com/dnafication/aoc-2024

advent-of-code deno typescript

Last synced: about 2 months ago
JSON representation

my aoc solutions

Awesome Lists containing this project

README

          

# advent of code 2024

## Usage

Put the input in a file called `input.txt` in the folder of the day you want to
run and then run the following command:

```
deno run day/index.ts
```