mirror of
https://github.com/tobikli/aoc-2025.git
synced 2026-07-31 02:15:37 +02:00
Advent of Code 2025 in Rust
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| input | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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