Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 283 Bytes

File metadata and controls

17 lines (12 loc) · 283 Bytes

Advent of Code

My solutions for Advent of Code puzzles in Python and Rust.

Run a Python solution from its year directory, for example:

cd python/2024
python day01.py

Run a Rust solution from the Rust crate directory, for example:

cd rust
cargo run 2022 01