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

https://github.com/piotrekpkp/aoc-rs

Advent Of Code in Rust!
https://github.com/piotrekpkp/aoc-rs

advent-of-code advent-of-code-2022 advent-of-code-2022-rust adventofcode adventofcode2022

Last synced: 4 months ago
JSON representation

Advent Of Code in Rust!

Awesome Lists containing this project

README

        

# Advent Of Code in Rust!

https://adventofcode.com/

### Using the day generator
Remember to add your session cookie in `.env` file.
```sh
./new-day [YEAR]
```

### Using the runner
```sh
./run [YEAR]
```