Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 376 Bytes

File metadata and controls

18 lines (14 loc) · 376 Bytes

AdventOfCodeScaffolding

Test runner for Advent of Code 2020

  • Add a reference in your solutions project
  • Derive your solutions from ChallengeBase
  • Annotate your solutions with [ChallengeAttribute]
[STAThread]
public static void Main()
{
    var app = new AdventOfCodeApp();
    app.Run();
}

alt text