examples/hello-world.qk

Summary

Maintainability
Test Coverage
from console

effect main
    do console.write('Hello world!')
end