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

https://github.com/cestef/aoc-2023

My solutions for AoC 2023 (written in Rust)
https://github.com/cestef/aoc-2023

Last synced: 8 months ago
JSON representation

My solutions for AoC 2023 (written in Rust)

Awesome Lists containing this project

README

          

# aoc-2023

My first year solving [Advent of Code](https://adventofcode.com), this project is using the wonderful helper [cargo-aoc](https://github.com/gobanos/cargo-aoc).

## Running

First, make sure you have `cargo-aoc` installed.

```bash
cargo install cargo-aoc
```

You can then run the project with

```bash
cargo aoc
```

## Submitting

I recommend using [aoc-cli](https://github.com/scarvalhojr/aoc-cli) to submit your answers for AoC