// Name: Hello World // Description: Simple hello world script that greets the user by name // Author: johnlindquist // Twitter: @johnlindquist import "@johnlindquist/kit" const result = await arg("What's your name?") await notify(`Hello, ${result}!`)