This commit is contained in:
Irmen de Jong 2020-09-23 18:50:32 +02:00
parent b93d9ecd7e
commit c50cbbb526
2 changed files with 4 additions and 4 deletions

View File

@ -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::

View File

@ -34,9 +34,9 @@ main {
iter++
}
txt.color2(1, max_iter-iter)
c64.CHROUT(' ')
txt.chrout(' ')
}
c64.CHROUT('\n')
txt.chrout('\n')
}
}
}