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