回答編集履歴

1

newがmewに

2015/11/22 00:49

投稿

luma
luma

スコア183

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  public static void main(String[] args){
16
16
 
17
- PApple.main(mew String[] {MyClass.getClass().getSimpleName()});
17
+ PApple.main(new String[] {MyClass.getClass().getSimpleName()});
18
18
 
19
19
  }
20
20