https://github.com/catornot/advent-of-code-2024
advent of code solutions for 2024
https://github.com/catornot/advent-of-code-2024
Last synced: 2 months ago
JSON representation
advent of code solutions for 2024
- Host: GitHub
- URL: https://github.com/catornot/advent-of-code-2024
- Owner: catornot
- License: gpl-3.0
- Created: 2024-12-01T05:13:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T14:37:35.000Z (5 months ago)
- Last Synced: 2025-01-29T12:11:26.800Z (4 months ago)
- Language: Rust
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2024
advent of code solutions for 2024# Usage
files can be fetched with a python script
`python fetch_file.py`
- `cargo run -- {day} {part}` for running a single solution
- `cargo bench --features all-benches` for benchmarking all solutions
- `cargo bench bench{day} --features all-benches` for benchmarking a single day## nix
cargo is expected to be preinstalled on the systema `shell.nix` exist for python