blob: b87dd49074ad5a62b561e560f8262ff69cebcd2d [file] [log] [blame]
package test0002;
import java.util.*;
public class Test {
public static void main(String[] args) {
System.out.println(new Object());
}
}