This website works better with JavaScript.
Home
Explore
Help
Sign In
MaximeBarniaudy
/
minproto
forked from
piumarta/minproto
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove let keyword in front of local definition.
master
Ian Piumarta
11 months ago
parent
d6a9d2e88f
commit
6ae2155b92
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
profile-generate.txt
+ 1
- 1
profile-generate.txt
View File
@ -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…
Cancel
Save