An open API service indexing awesome lists of open source software.

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

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.