blob: 24dff632b3369fa03b0d4310e4d1ff2e6bd64960 [file] [log] [blame]
package test0106;
import java.util.*;
public class Test {
public static void main(String[] args) {
System.out.println(4 - 5 + 6 + 4);
}
}