from @std/app import start, print, exit on start { print("Hello, World!"); emit exit 0; }
Run