mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
oops
This commit is contained in:
parent
3d09d605e1
commit
d61420f1c6
@ -66,7 +66,7 @@ Code example
|
|||||||
This code calculates prime numbers using the Sieve of Eratosthenes algorithm::
|
This code calculates prime numbers using the Sieve of Eratosthenes algorithm::
|
||||||
|
|
||||||
%import textio
|
%import textio
|
||||||
%zeropage basicsafe1
|
%zeropage basicsafe
|
||||||
|
|
||||||
main {
|
main {
|
||||||
ubyte[256] sieve
|
ubyte[256] sieve
|
||||||
|
Loading…
Reference in New Issue
Block a user