https://github.com/mellowagain/aoc22
advent of code 2022 solutions in 🦀 rust
https://github.com/mellowagain/aoc22
Last synced: over 1 year ago
JSON representation
advent of code 2022 solutions in 🦀 rust
- Host: GitHub
- URL: https://github.com/mellowagain/aoc22
- Owner: mellowagain
- License: mit
- Created: 2022-12-01T16:28:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T00:58:33.000Z (over 3 years ago)
- Last Synced: 2025-01-28T00:49:54.029Z (over 1 year ago)
- Language: Rust
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# aoc22
🦀 rusty solutions to advent of code 2022
to run a specific day, for example day 1:
```bash
cargo run --bin day1
```