Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

AOC 2023 in rust
https://github.com/fatfingers23/aoc-2023

aoc aoc-2023 rust

Last synced: 10 days ago
JSON representation

AOC 2023 in rust

Awesome Lists containing this project

README

        

# My Solutions to the Advent of Code 2023

These are my attempts at solving the [Advent of Code 2023](https://adventofcode.com/2023) puzzles. So heads up
that there are spoilers ahead. Although these are probably not the best solutions to copy from, they are mine.

## Running the solutions
I have it organized as tests so i can run just each individual day/part.

```bash
cargo test
```