Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rgardner/advent_of_code_2022

https://adventofcode.com/2022
https://github.com/rgardner/advent_of_code_2022

advent-of-code advent-of-code-2022

Last synced: 16 days ago
JSON representation

https://adventofcode.com/2022

Awesome Lists containing this project

README

        

# Advent of Code 2022

## Getting Started

Prerequisites:

- [Rust](https://www.rust-lang.org/)

```sh
cargo build
cargo test
cargo xtask ci
```