Explorar o código

Set input as computer's initial memory

ApisNecros hai 1 ano
pai
achega
b4cf11fd8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();