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

https://github.com/eoinkelly/advent_of_code_2021_rust

Using AOC as excuse to play with Rust
https://github.com/eoinkelly/advent_of_code_2021_rust

Last synced: 7 months ago
JSON representation

Using AOC as excuse to play with Rust

Awesome Lists containing this project

README

          

# Advent of Code 2021 with Rust

In _Writing more rust code eventually leads to writing good rust code_ we trust.

```bash
git pull git@github.com:eoinkelly/advent_of_code_2021_rust.git
cargo run
cargo test
```