import @std/app on app.start { app.print("Hello World"); emit app.exit 0; }