convert to top level statements
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
global using AdventOfCode.Runner;
|
||||
|
||||
namespace AdventOfCode;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
var runner = new AOCRunner();
|
||||
runner.RenderInteractiveMenu();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user