Skip to content

anttoniksan/advent-of-code-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-Code 2025

Advent of code solutions written in Rust for practice.

Running individual days

To run any individual days solution, use the following command:

cargo run --bin day-# <1 or 2> --- where # denotes the day for which to solve.

Example command to solve day 1s problem part 2:

cargo run --bin day-1 2

Make sure that the input.txt is within the same data directory under the folder of the respective day (for example: data/day-1/input1.txt for part 1s input).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors