AdventOfCodeBase Versions Save

Template repository for solving Advent of Code puzzles, which automatically handles input retrieval and output.

2.1.0

2 years ago

Features

  • Handle day as inline arg when using dotnet run

2.0.0

2 years ago

Features

  • .NET 6
  • Runner Program.cs in project root

Changes

  • Rename ASolution -> SolutionBase
  • Encapsulate HTTP and IO in AdventOfCode.Services
  • Encapsulate solutions in AdventOfCode.Solutions
  • Various other naming changes and simplifications

1.0.0

2 years ago

Ad hoc release for the initial stable version of this template repository.