Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/failedcode/adventofcode-2022

Advent of Code 2022 solutions in rust
https://github.com/failedcode/adventofcode-2022

advent-of-code advent-of-code-2022 advent-of-code-2022-rust rust-lang

Last synced: about 2 months ago
JSON representation

Advent of Code 2022 solutions in rust

Awesome Lists containing this project

README

        

# Advent of Code 2022
https://adventofcode.com/2022

Solutions in [Rust 1.65.0](https://www.rust-lang.org/tools/install)

## How to run

* Run the current day: `cargo run`
* Run a specific day: `cargo run ` e.g. `cargo run 1`