Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -16,14 +16,4 @@ val findfirst = fn(mx) {
|
|||
}
|
||||
}
|
||||
|
||||
val findandprint = impure fn(mx) {
|
||||
for[cnt=0] i = 0; cnt < mx ; i += 1 {
|
||||
if israre(i) {
|
||||
writeln "\n rare ", i, " "
|
||||
cnt += 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# if you have the time...
|
||||
writeln "the first 5 rare numbers: ", findfirst(5)
|
||||
writeln findfirst(5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue