回答編集履歴

1

s

2019/03/28 01:08

投稿

fuzzball
fuzzball

スコア16731

test CHANGED
@@ -18,9 +18,9 @@
18
18
 
19
19
  ```swift
20
20
 
21
- if let location = val.values.first {
21
+ if let locations = val.values.first {
22
22
 
23
- print(location)
23
+ print(locations)
24
24
 
25
25
  }
26
26