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