blob: 637eb4e2a8e77a8e9ef41df7b15ac35d48bdd191 [file] [log] [blame]
function main(args) {
print("Hello" + " world");
}