Newer
Older
Ruby / renshu_ramen1.rb
@SATO Shigeaki SATO Shigeaki on 16 Jul 2022 197 bytes 2022-07-16 15:35:28
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
print "お湯を入れました\n"
nokori  = 1


while nokori > 0
  sleep(25)
  nokori = nokori  -  1
end
 
print "いただきまーす!"