Newer
Older
Ruby / yama.rb
@BIRUKAWA Soma BIRUKAWA Soma on 6 Sep 204 bytes 2025-09-06 08:09:51
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

print"ふとんが?: "
ans = gets.chomp

if ans == "ふっとんだ"
  puts "正解!"
else
  puts"残念!"
  puts"正解は「ふっとんだ」でした"
end