質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```Java
|
4
4
|
|
5
|
-
void tr(Object...o){Arrays.deepToString(o);}
|
5
|
+
void tr(Object...o){System.out.println(Arrays.deepToString(o));}
|
6
6
|
|
7
7
|
```
|
8
8
|
|