blob: 303432e2bcddb88d1c6edecc1e2074e4a4be5db6 [file] [log] [blame]
function main( args) {
System.out.println(4 - 5 - 6 - 4);
}