https://github.com/jeromewu/aoc2021-rust
AoC 2021 solution in rust
https://github.com/jeromewu/aoc2021-rust
Last synced: 10 months ago
JSON representation
AoC 2021 solution in rust
- Host: GitHub
- URL: https://github.com/jeromewu/aoc2021-rust
- Owner: jeromewu
- Created: 2021-12-01T12:46:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T12:47:05.000Z (over 4 years ago)
- Last Synced: 2025-03-30T04:25:22.226Z (about 1 year ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC 2021 solution in Rust
My Advent of Code 2021 solution in rust.
[https://adventofcode.com/](https://adventofcode.com/)
## Usage
Uncomment specific days in `src/lib.rs` and simply run `cargo test` to see the result.