소스 검색

Remove optional parameter from render call

ApisNecros 3 달 전
부모
커밋
13e43246eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      13/13_1.js

+ 1 - 1
13/13_1.js

@@ -12,4 +12,4 @@ const sampleInput = [104, 1, 104, 2, 104, 3, 104, 6, 104, 5, 104, 4, 99];
 const arcade = new Computer(input);
 arcade.Run();
 
-render(arcade.outputValues, true);
+render(arcade.outputValues);