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

https://github.com/jedevc/advent-of-code-2021

Solutions for AoC 2021 :crab:
https://github.com/jedevc/advent-of-code-2021

Last synced: over 1 year ago
JSON representation

Solutions for AoC 2021 :crab:

Awesome Lists containing this project

README

          

# Advent of Code 2021

My solutions to AOC 2021 in Rust!

To run tests:

cargo test

To output solutions for day **X**:

cargo run --bin dayX