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

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


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

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2022

My solutions to AOC 2022 in Rust!

To run tests:

cargo test

To output solutions for day **X**:

cargo run --bin dayX