Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode2025

Advent of Code 2025 in Rust

AoC 2025 - all stars collected

Hats off to Eric Wastl for an excellent 12 days of puzzles!

Usage

$ cargo run --release -- [OPTIONS] --day <DAY>

or

$ cargo build --release
$ ./target/release/adventofcode2025 [OPTIONS] --day <DAY>
Options:
  -d, --day <DAY>     Puzzle day to run
  -i, --input <PATH>  Path to input file
  -h, --help          Print help

If no --input flag is passed, the default input file path of ./data/day[#]/input.txt will be used for the given day.

About

Advent of Code 2025 in Rust

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages