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

https://github.com/torifat/advent-of-code-2022

https://adventofcode.com/2022
https://github.com/torifat/advent-of-code-2022

Last synced: 3 months ago
JSON representation

https://adventofcode.com/2022

Awesome Lists containing this project

README

        

## Advent of Code

Use the following command to run the example for a specific day:

```
$ cargo run --example 01
```

Use the following command to run the tests for a specific day:

```
$ cargo test --example 01
```