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

https://github.com/poyea/aoc-mmxxi

🎄 Advent of Code MMXXI
https://github.com/poyea/aoc-mmxxi

advent-of-code advent-of-code-2021 adventofcode aoc aoc2021 aoc2021rust christmas rust rust-lang

Last synced: 6 months ago
JSON representation

🎄 Advent of Code MMXXI

Awesome Lists containing this project

README

          

Christmas Tree

# Advent of Code MMXXI [![Rust](https://github.com/poyea/aoc-mmxxi/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/poyea/aoc-mmxxi/actions/workflows/rust.yml)

This year, 2021, we crack the [Advent of Code](https://adventofcode.com/) in Rust.


## Running the Solutions
```sh
$ cargo -V
cargo 1.56.0 (4ed5d137b 2021-10-04)
$ cargo build --all --release # build
$ cargo test --all --release # test
$ cargo doc --all --release # documentation
```