about summary refs log tree commit diff
path: root/Day15.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-03 22:58:57 -0500
committerBen Harris <ben@tilde.team>2020-12-03 22:58:57 -0500
commitc66d1d6b335e6c2f6b544ae31793f318ba2b99a7 (patch)
tree3e9d87662ab51bba913747a66e0ee160d83ebdc4 /Day15.cs
parent4c8483fe7ab87ae8038c8b49c2f5d98ac99a3fa1 (diff)
day17 part1
Diffstat (limited to 'Day15.cs')
-rw-r--r--Day15.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Day15.cs b/Day15.cs
index 367b1fc..f10b547 100644
--- a/Day15.cs
+++ b/Day15.cs
@@ -7,8 +7,8 @@ namespace aoc2019
 {
     internal sealed class Day15 : Day
     {
-        private readonly IntCodeVM vm;
         private readonly bool verbose = false;
+        private readonly IntCodeVM vm;
 
         public Day15()
         {