Files
8th/exercises/practice/hello-world/test.8th

13 lines
158 B
Plaintext

"hello-world.8th" f:include
needs exercism/test
with: test
1 tests
"hello world test"
( hello-world )
"Hello, World!"
equal?
end-of-tests
;with