about summary refs log tree commit diff
path: root/Day16.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Day16.cs')
-rw-r--r--Day16.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/Day16.cs b/Day16.cs
index 095f152..7baa2c9 100644
--- a/Day16.cs
+++ b/Day16.cs
@@ -1,17 +1,9 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-
 namespace aoc2019
 {
     internal sealed class Day16 : Day
     {
         public override int DayNumber => 16;
 
-        public Day16()
-        {
-        }
-
         public override string Part1()
         {
             return "";
@@ -22,4 +14,4 @@ namespace aoc2019
             return "";
         }
     }
-}
+}
\ No newline at end of file