https://github.com/giraugh/advent-of-code-2024-rust
My rust solutions for AoC 2024
https://github.com/giraugh/advent-of-code-2024-rust
Last synced: about 1 month ago
JSON representation
My rust solutions for AoC 2024
- Host: GitHub
- URL: https://github.com/giraugh/advent-of-code-2024-rust
- Owner: giraugh
- Created: 2024-12-01T05:46:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:38:38.000Z (5 months ago)
- Last Synced: 2025-03-20T10:07:27.522Z (about 1 month ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC Rust 2024
To run, from root
```bash
cargo run --package day01 ./input/day01.txt
```