blob: 60b6c6cbd44b1d3e7649bef6f99aac9a9b5fe001 [file] [log] [blame]
package test0011;
import java.util.*;
public class Test {
public static void main(String[] args) {
System.out.println(new int[3][]);
}
}