Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My Advent of Code 2021 solutions written in Rust
https://github.com/anexen/advent-of-code-2021

advent-of-code advent-of-code-2021 aoc aoc2021 rust

Last synced: 12 days ago
JSON representation

My Advent of Code 2021 solutions written in Rust

Awesome Lists containing this project

README

        

# Advent of Code 2021

My [Advent of Code 2021](https://adventofcode.com/2021) solutions written in Rust

## How to run

```bash
# get pazzle answer
cargo run -- 1a

# test against example
cargo test -p day_09
```