问题详情
class Something {
private static void main(String[] something_to_do) {
System.out.println("Do something ...");
}
这个好像很明显。