Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rarescosma/advent-of-code-2023-rs
Solutions to Advent of Code 2023 problems in Rust. :crab:
https://github.com/rarescosma/advent-of-code-2023-rs
advent-of-code advent-of-code-2023 adventofcode aoc aoc2023 rust
Last synced: about 16 hours ago
JSON representation
Solutions to Advent of Code 2023 problems in Rust. :crab:
- Host: GitHub
- URL: https://github.com/rarescosma/advent-of-code-2023-rs
- Owner: rarescosma
- Created: 2023-12-01T10:20:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:43:20.000Z (7 months ago)
- Last Synced: 2024-04-04T10:41:39.604Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2023, adventofcode, aoc, aoc2023, rust
- Language: Rust
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023 :christmas_tree:
Solutions to Advent of Code 2023 problems in Rust. :crab:
## Usage
```sh
cargo run --release --bin [DAY] # run a specific day, eg. 'day01'
cargo run --release # run all days
```