about summary refs log tree commit diff
path: root/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Program.cs b/Program.cs
index a88bd9d..62d0cb1 100644
--- a/Program.cs
+++ b/Program.cs
@@ -10,6 +10,9 @@ namespace aoc2019
         {

             Day1.Part1();

             Day1.Part2();

+

+            Day2.Part1();

+            Day2.Part2();

         }

     }

 }