jakelazaroff / advent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

My solutions for Advent of Code 2022.

All solutions are written in Rust. To run an solution, install cargo and run the following, where <day> is a number between 1–25.

cargo run --bin <day>

About


Languages

Language:Rust 100.0%