Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ithinuel/advent-of-code-rust

My solutions to Advent Of Code
https://github.com/ithinuel/advent-of-code-rust

aoc2017 aoc2020 aoc2021 rust

Last synced: 7 days ago
JSON representation

My solutions to Advent Of Code

Awesome Lists containing this project

README

        

# Advent of Code 2022 solutions

- Run the last solution with: `cargo run --release`
- Run all solutions with: `cargo run --release -- -a`

- Run the benchmarks with: `cargo bench --bench aoc-bench`