This website works better with JavaScript.
首頁
探索
說明
登入
MaximeBarniaudy
/
minproto
複製自
piumarta/minproto
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Remove let keyword in front of local definition.
master
Ian Piumarta
11 月之前
父節點
d6a9d2e88f
當前提交
6ae2155b92
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
profile-generate.txt
+ 1
- 1
profile-generate.txt
查看文件
@ -20,7 +20,7 @@ evals = evaluations();
for (n = 0; n < repeats; n = n + 1) {
print("\r", n, "/", repeats);
let
sieve = [];
sieve = [];
count = 0;
for (i in numbers) sieve.push(nil);
for (i = 2; i < numbers; i = i + 1) {
Write
Preview
Loading…
取消
儲存