https://github.com/jaredramirez/advent-of-code-2024
https://github.com/jaredramirez/advent-of-code-2024
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredramirez/advent-of-code-2024
- Owner: jaredramirez
- Created: 2024-12-18T23:27:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-04T20:58:00.000Z (7 months ago)
- Last Synced: 2025-12-08T04:56:35.766Z (7 months ago)
- Language: Roc
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!