Files
8th/exercises/practice/sieve/test.8th
Glenn Jackman d7e5e36502 Create the Sieve of Eratosthenes exercise. (#101)
Also, a script to automate adding new exercises.
2023-09-29 08:22:51 +08:00

5 lines
108 B
Plaintext

"test-words.8th" dup . cr f:include
"sieve.8th" dup . cr f:include
"sieve-tests.8th" dup . cr f:include
bye