Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stay-js/aoc-2023
Advent of Code 2023 (Rust)
https://github.com/stay-js/aoc-2023
advent-of-code aoc aoc-2023 aoc-2023-in-rust cargo rust rust-lang
Last synced: 2 months ago
JSON representation
Advent of Code 2023 (Rust)
- Host: GitHub
- URL: https://github.com/stay-js/aoc-2023
- Owner: stay-js
- Created: 2023-12-01T23:10:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T16:53:36.000Z (about 1 year ago)
- Last Synced: 2023-12-28T17:57:17.150Z (about 1 year ago)
- Topics: advent-of-code, aoc, aoc-2023, aoc-2023-in-rust, cargo, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 200 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
My solutions to [Advent of Code 2023](https://adventofcode.com/2023) challenges written in Rust.
## Usage
```bash
cargo run --bin [day]
```## Stats
| - | Part 1 | Part 2 |
| :----: | :----: | :----: |
| Day 1 | ⭐️ | ⭐️ |
| Day 2 | ⭐️ | ⭐️ |
| Day 3 | ⭐️ | ⭐️ |
| Day 4 | ⭐️ | ⭐️ |
| Day 5 | ⭐️ | ⭐️ |
| Day 6 | ⭐️ | ⭐️ |
| Day 7 | ⭐️ | ⭐️ |
| Day 8 | ⭐️ | ⭐️ |
| Day 9 | ⭐️ | ⭐️ |
| Day 10 | ⭐️ | - |
| Day 11 | ⭐️ | ⭐️ |
| Day 12 | - | - |
| Day 13 | - | - |
| Day 14 | ⭐️ | ⭐️ |
| Day 15 | ⭐️ | ⭐️ |
| Day 16 | - | - |
| Day 17 | ⭐️ | ⭐️ |
| Day 18 | - | - |
| Day 19 | ⭐️ | - |
| Day 20 | - | - |
| Day 21 | - | - |
| Day 22 | - | - |
| Day 23 | - | - |
| Day 24 | - | - |
| Day 25 | - | - |