My solutions for Advent of Code 2025 using C#.
To run the solution of some day, pass the day number as argument to the projects Main function. For example running
dotnet run --project "src\aoc2025.csproj" -- 4
from the root runs the solution of day 4.