about summary refs log tree commit diff
path: root/Program.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-12-02 01:00:53 -0500
committerBen Harris <ben@tilde.team>2019-12-02 01:00:53 -0500
commit50e089ec1d1948a8c08aee5af71990a5de02eee8 (patch)
tree7504e5a132b3289dfb05cbf18ef6ce257e9e9bac /Program.cs
parentfd4b64cb61e489310bff8cf9166c9f9d3c7683a4 (diff)
day2
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();

         }

     }

 }