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