Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potatomaster101/aoc2024
Advent of Code 2024 solutions in rust
https://github.com/potatomaster101/aoc2024
advent-of-code rust
Last synced: 23 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-17T11:11:14.000Z (23 days ago)
- Last Synced: 2024-12-17T11:36:13.902Z (23 days ago)
- Topics: advent-of-code, rust
- Language: Rust
- Homepage:
- Size: 14.6 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
To run a specific day:
```
cargo run --release --bin day01
```