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

https://github.com/leonardfactory/advent-of-code-2023

AoC 2023 🎄
https://github.com/leonardfactory/advent-of-code-2023

Last synced: 5 months ago
JSON representation

AoC 2023 🎄

Awesome Lists containing this project

README

          

# Advent of Code 2023 🎄

![AoC 2023 AI Banner](./ai-banner.png)

## Running

```sh
cargo test -p day-x
cargo run --release -p day-x
```

## Creating

```sh
cargo generate --path template --name day-x
```