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

https://github.com/mellowagain/aoc22

advent of code 2022 solutions in 🦀 rust
https://github.com/mellowagain/aoc22

Last synced: over 1 year ago
JSON representation

advent of code 2022 solutions in 🦀 rust

Awesome Lists containing this project

README

          

# aoc22

🦀 rusty solutions to advent of code 2022

to run a specific day, for example day 1:

```bash
cargo run --bin day1
```