13 lines
158 B
Plaintext
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
|