質問するログイン新規登録

質問編集履歴

1

修正

2018/11/03 07:50

投稿

aiueoaiueoaiue
aiueoaiueoaiue

スコア94

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(wholepoint);
23
+          System.out.println(ooo);
24
24
  }
25
25
  }
26
26
  ```