Newer
Older
Ruby / renshu_ramen2.rb
@KAKIZAKI Ayumu KAKIZAKI Ayumu on 16 Jul 2022 205 bytes 2022-07-16 15:46:37
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
print "お湯を入れました\n"
count = 1

while true  
 count = count + 1 
    if count = 5
        print("いただきまーす!")    
    end
end