@@ -6,5 +6,5 @@ const demos = [
[4, 0, 99],
];
-const c = new Computer(demos[0]);
+const c = new Computer(input);
c.Run();