https://github.com/jaredramirez/advent-of-code-2024
https://github.com/jaredramirez/advent-of-code-2024
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredramirez/advent-of-code-2024
- Owner: jaredramirez
- Created: 2024-12-18T23:27:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T23:22:55.000Z (5 months ago)
- Last Synced: 2025-02-15T00:15:20.145Z (4 months ago)
- Language: Roc
- Size: 1.15 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!