Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rarescosma/advent-of-code-2024-rs
Solutions to Advent of Code 2024 problems in Rust. 🦀
https://github.com/rarescosma/advent-of-code-2024-rs
advent-of-code advent-of-code-2024 adventofcode aoc aoc2024 rust
Last synced: 21 days ago
JSON representation
Solutions to Advent of Code 2024 problems in Rust. 🦀
- Host: GitHub
- URL: https://github.com/rarescosma/advent-of-code-2024-rs
- Owner: rarescosma
- Created: 2024-12-03T15:30:50.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-04T07:46:22.000Z (24 days ago)
- Last Synced: 2024-12-04T08:28:59.636Z (24 days ago)
- Topics: advent-of-code, advent-of-code-2024, adventofcode, aoc, aoc2024, rust
- Language: Rust
- Homepage: https://getbetter.ro
- Size: 35.2 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 :christmas_tree:
Solutions to Advent of Code 2024 problems in Rust. :crab:
## Build
```sh
cargo build --release
```## Run
```sh
cargo run --release --bin [DAY] # run a specific day, eg. 'day01'
cargo run --release # run all days
```