https://github.com/potatomaster101/aoc2024
Advent of Code 2024 solutions in rust
https://github.com/potatomaster101/aoc2024
advent-of-code rust
Last synced: over 1 year ago
JSON representation
Advent of Code 2024 solutions in rust
- Host: GitHub
- URL: https://github.com/potatomaster101/aoc2024
- Owner: PotatoMaster101
- License: mit
- Created: 2024-12-01T13:23:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T08:48:30.000Z (over 1 year ago)
- Last Synced: 2025-02-10T02:17:34.598Z (over 1 year ago)
- Topics: advent-of-code, rust
- Language: Rust
- Homepage:
- Size: 34.2 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 2024](https://adventofcode.com/2024/) solutions in rust.
## Running
1. Replace the sample input in `dayXX/input.txt` with your input
2. Run with `cargo run --release --bin dayXX`