blob: 4174b7f0bbc98fc4784258cf70b13469bafcd725 [file] [log] [blame]
function main( args) {
System.out.println(4 + 5 + 6 + 4);
}