exercism/yamlscript/hello-world/hello-world-test.ys
2025-05-06 18:36:59 +03:00

11 lines
137 B
Text

#!/usr/bin/env ys-0
use ys::taptest: :all
load: 'hello-world.ys'
test::
- name: Say Hi!
code: hello()
want: Hello, World!
done: 1