blob: c4004bb240132dd14ed371888669159a95374a73 [file] [log] [blame]
function main( args) {
System.out.println("Hello" + " World" + "!" + "!");
}