-5 ~ 10の範囲の数字を40個。
(0..<40).map { _ in Int.random(in: (-5)..<10) }
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
-5 ~ 10の範囲の数字を40個。
(0..<40).map { _ in Int.random(in: (-5)..<10) }
Register as a new user and use Qiita more conveniently
Go to list of users who liked