فهرست منبع

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