浏览代码

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