Update wikipage Example: Sieve of Eratosthenes. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1606 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-08-24 07:20:49 +00:00
parent d6135ef783
commit 2de1425bb1

View File

@@ -11,7 +11,7 @@ This example uses the ''iteration'' (<code>across</code>) form of the Eiffel loo
==Source== ==Source==
Problem description from [http://rosettacode.org/wiki/Seive_of_Eratosthenes Rosetta Code] Problem description from [http://rosettacode.org/wiki/Sieve_of_Eratosthenes Rosetta Code]
==Solution== ==Solution==