jbrd / advent-of-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code

My attempts at various advent of code challenges, in Rust. Don't judge me!

Running

Each day is its own example, so to build and run 2022 Day 16 for example:

cargo run --example 2022-12-16 --release

About


Languages

Language:Rust 100.0%