Skip to content

milanmlft/AdventOfCode2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

Running a day's code

cd day{{n}}
cargo run --release --bin part1
cargo run --release --bin part2

Running with test input

cd day{{n}}
cargo run --release --bin part1 --features test_input
cargo run --release --bin part2 --features test_input

About

Advent of Code 2025

Resources

Stars

Watchers

Forks

Languages