回答編集履歴

1

partial file

2015/08/07 06:08

投稿

hello-world
hello-world

スコア1342

test CHANGED
@@ -78,15 +78,21 @@
78
78
 
79
79
  end
80
80
 
81
+ ```
81
82
 
82
83
 
83
84
 
85
+ ```lang-ruby
84
86
 
85
87
  f = Fighter.new(100, 100)
86
88
 
87
89
  w = Wizard.new(100, 100)
88
90
 
89
91
  p = Priest.new(100, 100)
92
+
93
+
94
+
95
+ puts "--- 従来の戦闘計算"
90
96
 
91
97
 
92
98
 
@@ -98,7 +104,7 @@
98
104
 
99
105
 
100
106
 
101
- puts "==================="
107
+ puts "--- 新しい戦闘計算"
102
108
 
103
109
 
104
110