blob: b6f8e074d8ca68b4f0941f8cba451c0c882beef7 [file] [log] [blame]
package test0058;
import java.util.*;
public class Test {
public static void main(String[] args) {
int i = 2;
int j = 3;
int n = i - j;
}
}