blob: 5903664d31c0dd6c8b6f185c908cf6f1b9f89c83 [file] [log] [blame]
package test0012;
import java.util.*;
public class Test {
public static void main(String[] args) {
System.out.println(new int[][] {{}, {}});
}
}