Advent of Code 2025 in Rust
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-03 21:38:44 +01:00
.github/workflows Create rust.yml 2026-03-01 23:47:42 +01:00
input Add Day 8 Part 1 2026-03-03 21:38:44 +01:00
src Add Day 8 Part 1 2026-03-03 21:38:44 +01:00
tests Add Day 7 Full 2026-03-02 18:25:03 +01:00
.gitignore Init with Day 1 and 2 2026-02-25 20:16:52 +01:00
Cargo.lock Add Day 6 Full 2026-03-01 22:42:01 +01:00
Cargo.toml Add Day 6 Full 2026-03-01 22:42:01 +01:00
LICENSE Add better argument handling 2026-02-28 02:17:28 +01:00
README.md Add Day 7 Full 2026-03-02 18:25:03 +01:00

Advent of Code 2025 in Rust

This repository contains my solutions for Advent of Code 2025, written in Rust

© 2026 Tobias Klingenberg

Challenges provided by Eric Wastl

Usage: cargo run {day} {input}

Test implementations using the provided input using

cargo test test_solutions -- --nocapture