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

https://github.com/jottenlips/advent-of-rust

🎄advent of code in rust 🦀 (32%)
https://github.com/jottenlips/advent-of-rust

advent-of-code advent-of-code-2021 rust

Last synced: over 1 year ago
JSON representation

🎄advent of code in rust 🦀 (32%)

Awesome Lists containing this project

README

          

# advent-of-rust

![Screenshot](screenshot.png)

https://adventofcode.com/

# run

cargo build && cargo run daynumber

```
cargo build && cargo run 1
```