ソースを参照

Update day 5 pt. 2 to run solution

ApisNecros 1 年間 前
コミット
94fe344114
1 ファイル変更1 行追加2 行削除
  1. 1 2
      5/5_2.js

+ 1 - 2
5/5_2.js

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