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