Some reorg so I can have the original inputs

This commit is contained in:
2019-12-02 21:06:11 -05:00
parent 127a57221a
commit 8d4155f244
7 changed files with 120 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
{
private static void Main()
{
//Day1.Execute();
Day2.Execute();
}
}