回答編集履歴

1

見やすくした

2018/03/03 10:06

投稿

mofu_mofu
mofu_mofu

スコア73

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
-
5
+ ```
6
6
 
7
7
  class Hello():
8
8
 
@@ -30,11 +30,13 @@
30
30
 
31
31
  print( Hello() )
32
32
 
33
-
33
+ ```
34
34
 
35
35
 
36
36
 
37
37
  実行結果
38
+
39
+ ```
38
40
 
39
41
 
40
42
 
@@ -48,6 +50,8 @@
48
50
 
49
51
 
50
52
 
53
+ ```
51
54
 
52
55
 
56
+
53
- https://wandbox.org/permlink/kzQ2YRYumjPuoGvr
57
+ [wandboxで書いたコード](https://wandbox.org/permlink/kzQ2YRYumjPuoGvr)