syntax fix in readme

This commit is contained in:
Irmen de Jong 2019-08-05 21:11:58 +02:00
parent 094c8ab94c
commit 126c2162f1

View File

@ -70,7 +70,7 @@ This code calculates prime numbers using the Sieve of Eratosthenes algorithm::
%import c64utils
%zeropage basicsafe
~ main {
main {
ubyte[256] sieve
ubyte candidate_prime = 2