indraastra / advent-of-code-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions

Data

export SESSION="session=..."
curl -b ${SESSION} https://adventofcode.com/2023/day/1/input > day01.txt

Rust

Running:

cargo run --release --bin day01

With logging:

RUST_LOG=info cargo run --bin day01

For benchmarking:

hyperfine ./target/release/day01

About


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%