質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
public static void main(String[] args) {
|
21
21
|
ArrayList<Eex> ooo = new ArrayList<Eex>();
|
22
22
|
ooo.add(new Eex(1, 1));
|
23
|
-
System.out.println(
|
23
|
+
System.out.println(ooo);
|
24
24
|
}
|
25
25
|
}
|
26
26
|
```
|