Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kovsu/advent-of-code

🦀 Let's learn rust from advent of code.
https://github.com/kovsu/advent-of-code

advent-of-code rust

Last synced: 25 days ago
JSON representation

🦀 Let's learn rust from advent of code.

Awesome Lists containing this project

README

        

# advent-of-code (Rust)

aoc

## Usage

```bash
# Create the scaffolding for a new day (must run before download.sh)
./run.sh
```

## Thanks

- [Advent of Code](https://adventofcode.com/)
- [fspoettel/advent-of-code-2021](https://github.com/fspoettel/advent-of-code-2021)