Преглед изворни кода

Set input as computer's initial memory

ApisNecros пре 1 година
родитељ
комит
b4cf11fd8f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      5/5_1.js

+ 1 - 1
5/5_1.js

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