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