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

https://github.com/art049/aoc23

Advent of Code 2023
https://github.com/art049/aoc23

Last synced: 3 months ago
JSON representation

Advent of Code 2023

Awesome Lists containing this project

README

        

# Rust AOC23

Advent of Code 2023

## Usage

Running a solution:

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

## Creating a new solution

```bash
./newday.sh XX
```