Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phibr0/aoc23
Advent of Code 2023 in Rust
https://github.com/phibr0/aoc23
advent-of-code aoc
Last synced: 24 days ago
JSON representation
Advent of Code 2023 in Rust
- Host: GitHub
- URL: https://github.com/phibr0/aoc23
- Owner: phibr0
- Created: 2023-11-27T08:19:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-18T19:38:21.000Z (11 months ago)
- Last Synced: 2023-12-19T12:01:22.485Z (11 months ago)
- Topics: advent-of-code, aoc
- Language: Rust
- Size: 190 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
## Template Usage
```sh
cargo scaffold
cargo download
cargo test --bin 01
cargo solve --time --release
cargo fmt
cargo clippy
cargo all --time
```