소스 검색

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