Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rarescosma/advent-of-code-2023-rs

Solutions to Advent of Code 2023 problems in Rust. :crab:
https://github.com/rarescosma/advent-of-code-2023-rs

advent-of-code advent-of-code-2023 adventofcode aoc aoc2023 rust

Last synced: about 16 hours ago
JSON representation

Solutions to Advent of Code 2023 problems in Rust. :crab:

Awesome Lists containing this project

README

        

# Advent of Code 2023 :christmas_tree:

Solutions to Advent of Code 2023 problems in Rust. :crab:

## Usage
```sh
cargo run --release --bin [DAY] # run a specific day, eg. 'day01'
cargo run --release # run all days
```