Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phibr0/aoc23

Advent of Code 2023 in Rust
https://github.com/phibr0/aoc23

advent-of-code aoc

Last synced: 24 days ago
JSON representation

Advent of Code 2023 in Rust

Awesome Lists containing this project

README

        

# 🎄 Advent of Code 2023

## Template Usage

```sh
cargo scaffold
cargo download
cargo test --bin 01
cargo solve --time --release
cargo fmt
cargo clippy
cargo all --time
```