https://github.com/jorbush/aoc-2024
advent of code 2024
https://github.com/jorbush/aoc-2024
advent-of-code-2024 rust
Last synced: 29 days ago
JSON representation
advent of code 2024
- Host: GitHub
- URL: https://github.com/jorbush/aoc-2024
- Owner: jorbush
- Created: 2024-12-03T06:49:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:00:42.000Z (over 1 year ago)
- Last Synced: 2025-03-26T20:17:31.399Z (over 1 year ago)
- Topics: advent-of-code-2024, rust
- Language: Rust
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2024
Resolving the Advent of Code 2024 challenges in Rust.
## Usage
```bash
cd day1
cargo run --release
```