Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 287 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 287 Bytes

Advent of Code 2023

Solutions for Advent of Code 2023.

I'm trying to learn Rust. 🦀

Run all puzzles

cargo run

Run the tests

cargo test

Run lint

cargo clippy