public static void main(String[] args)
{
[[new]] BufferedReader(new FileReader("test.[[txt]]"));
String[] test = new String[w*h];
String str;
for(int i=0; i<w*h; i++){
str = br.readLine();
}
br.close();
}
catch(IOException e){
System.out.println("入出力エラーです。");
}
}