This commit is contained in:
2025-06-03 12:52:07 +02:00
parent 98f01350f8
commit 178ad8b9c0
7 changed files with 87 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ func main[] : I64
let found: I64 = 0
let i: I64 = 1
while 1
while true
if Math.is_prime(i)
found = found + 1
if found == 10001