Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 333 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 333 Bytes

Advent of Code (C#)

My solutions to Advent of Code puzzles.

Each solution is in its own class, found in src/AdventOfCode.Puzzles/. The accompanying Uno Platform app makes it easier to execute each puzzle against test data/custom input file.