回答編集履歴

1

typo修正

2017/06/13 06:44

投稿

hotta
hotta

スコア1613

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  function my_app_takes_two_args(int $a, int $b): int {
22
22
 
23
- return a + b;
23
+ return $a + $b;
24
24
 
25
25
  }
26
26