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

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

My (attempts) at solutions of Advent of Code 2023
https://github.com/mobuos/advent-of-code-2023

advent-of-code-2023 aoc aoc-2023-in-rust rust

Last synced: 2 months ago
JSON representation

My (attempts) at solutions of Advent of Code 2023

Awesome Lists containing this project

README

        

# Advent of Code 2023
My attempt at doing AoC with Rust.

To run any given day/part do `cargo run -p day-00 --bin part1` (Changing the day and part to the desired one)

Or `cd` into a day and run `cargo test` or `cargo run --bin part2`