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

https://github.com/art049/aoc22

My Advent of Code solutions for 2022
https://github.com/art049/aoc22

advent-of-code aoc22 rust-lang

Last synced: 3 months ago
JSON representation

My Advent of Code solutions for 2022

Awesome Lists containing this project

README

        

# Rust AOC22

Advent of Code

## Usage

Running a solution:

```bash
cargo run --bin dayXX
```

## Creating a new solution

```bash
cp src/bin/template.rs src/bin/dayXX.rs
```