# encoding: utf-8
MAX = ARGV[0].to_i
MAX.times do |i|
puts "#{MAX-i} 円ください"
end
正直、すまんかった。
Go to list of users who liked
More than 5 years have passed since last update.
# encoding: utf-8
MAX = ARGV[0].to_i
MAX.times do |i|
puts "#{MAX-i} 円ください"
end
正直、すまんかった。
Register as a new user and use Qiita more conveniently
Go to list of users who liked