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

https://github.com/jaredramirez/advent-of-code-2024


https://github.com/jaredramirez/advent-of-code-2024

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2024

Written in Roc!

With nix + flakes installed, simply run `nix develop` to download deps.

To run the solution for a specific day, run:

```
just dev day4
```

And replace `X` with with the day (number) you want to run!