Browse Source

Update day 5 pt. 2 to run solution

ApisNecros 1 year ago
parent
commit
94fe344114
1 changed files with 1 additions and 2 deletions
  1. 1 2
      5/5_2.js

+ 1 - 2
5/5_2.js

@@ -12,6 +12,5 @@ const demos = [
     [3, 4, 1001, 1, 0, 50, 1006, 50, 0, 4, 50, 99],
 ];
 
-const c = new Computer(demos[4], { followPointer: true });
+const c = new Computer(input);
 c.Run();
-// c.DumpMemory();