ajnirp / advent-2022

https://adventofcode.com/2022/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run

Python

cd python
python3 5.py

Rust

cd rust
cargo build --release # compiles all targets under src/bin/
./target/release/5

About

https://adventofcode.com/2022/


Languages

Language:Python 67.1%Language:Rust 31.5%Language:C++ 1.4%