mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
typo
This commit is contained in:
parent
b93d9ecd7e
commit
c50cbbb526
@ -38,8 +38,8 @@ This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/license
|
||||
:alt: Fully playable tetris clone
|
||||
|
||||
|
||||
Code examples
|
||||
-------------
|
||||
Code example
|
||||
------------
|
||||
|
||||
This code calculates prime numbers using the Sieve of Eratosthenes algorithm::
|
||||
|
||||
|
@ -34,9 +34,9 @@ main {
|
||||
iter++
|
||||
}
|
||||
txt.color2(1, max_iter-iter)
|
||||
c64.CHROUT(' ')
|
||||
txt.chrout(' ')
|
||||
}
|
||||
c64.CHROUT('\n')
|
||||
txt.chrout('\n')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user