質問編集履歴
1
ソースコードのインデント
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
+
```Java
|
2
|
+
|
3
|
+
コード
|
4
|
+
|
1
|
-
public class Child extends Creaturer{
|
5
|
+
```public class Child extends Creaturer{
|
2
6
|
|
3
7
|
String name;
|
4
8
|
|