@@ -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();