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