質問編集履歴

1

コメント追加

2019/01/06 15:38

投稿

aruto
aruto

スコア175

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,8 @@
21
21
 
22
22
 
23
23
  ```ruby
24
+
25
+ # num:動く回数, hist:動いた履歴, :cur_pos:現在の場所
24
26
 
25
27
  def move(num, hist = [], cur_pos = [0, 0])
26
28