https://github.com/atomicptr/advent-of-code-rs
Advent of Code 2023 in Rust
https://github.com/atomicptr/advent-of-code-rs
Last synced: 6 months ago
JSON representation
Advent of Code 2023 in Rust
- Host: GitHub
- URL: https://github.com/atomicptr/advent-of-code-rs
- Owner: atomicptr
- Created: 2023-12-02T02:56:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T01:38:14.000Z (about 2 years ago)
- Last Synced: 2025-07-22T02:00:36.038Z (6 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code 2023
Repository for advent of code 2023
## Run
This project features multiple binaries so you can just start them via cargo
```bash
# for the 1st day of 2023 you do:
$ cargo run --bin 2023-01
```