Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 406 Bytes

File metadata and controls

12 lines (7 loc) · 406 Bytes

AdventOfCode2020

A solution to the Advent of Code Challenge in C#

If you are also interested in the Challenge: https://adventofcode.com/2020

The Data folder contains the input files of the respective challenges. The Solver folder contains the solvers of the respective challenges. The solvers are executed automatically via the interface IAdventSolver and the attribute AdventSolver.

Happy Coding