#!/usr/bin/env pluvo main = (argv) { output = { join " " ("Hello" "world!") } say output } script main