Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/migerh/aoc-2022

My solutions for Advent of Code 2022
https://github.com/migerh/aoc-2022

Last synced: 22 days ago
JSON representation

My solutions for Advent of Code 2022

Awesome Lists containing this project

README

        

# AOC 2022

My solutions for the [Advent of Code 2022](https://adventofcode.com/2022)
puzzles, implemented in [Rust](https://www.rust-lang.org).

## Running the solutions

This repo uses [cargo-aoc](https://github.com/gobanos/cargo-aoc) cli
tool/library. To run a solution follow the instructions to install
and set up cargo-aoc. Then run

```sh
cargo aoc -d -p
```

## License

The code in this repository is licensed under the terms of the MIT license.