This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
microgentambly/examples/primes.mga

12 lines
105 B
Plaintext
Raw Normal View History

INT tot
INT n
INT j
INT te
IN INT tot numero massimo
SET n 0
:scn
:sieve
MOD n j te
JE sieve tot
OUT $n$