質問編集履歴
1
コードの間違い
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
public class Main {
|
12
12
|
|
13
|
-
public static void main throws Exception
|
13
|
+
public static void main(String[] args) throws Exception {
|
14
14
|
|
15
15
|
x();
|
16
16
|
|