Unit test missing
Each live object should have unit tests inside.
Incorrect:
# Foo.
[] > foo
Correct:
# Foo.
[] > foo
# Test works.
[] +> prints-hello-world
stdout > @
"Hello, world"
Published on Mon May 25 14:35:15 UTC 2026.
Each live object should have unit tests inside.
Incorrect:
# Foo.
[] > foo
Correct:
# Foo.
[] > foo
# Test works.
[] +> prints-hello-world
stdout > @
"Hello, world"
Published on Mon May 25 14:35:15 UTC 2026.