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

https://github.com/highb/adventofcode2021


https://github.com/highb/adventofcode2021

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code Solutions

These are my [2021 Advent of Code](https://adventofcode.com/) solutions.

## Usage

```bash
rustup
cd advent-2021-day-1
cargo run input
```