Newer
Older
Ruby / tamesi3.rb
@NARITA Reo NARITA Reo on 6 Oct 2021 212 bytes 2021-10-06 19:29:35
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

def gk
  x=[]
  y=[]
  y<<"蹴り"
  y<<"タックル"
  z=rand(2)
  if z==0
    x<<"あああ"
  elsif z==1
    x<<"あ"
  end
end
puts("",gk)
print("%s",x!shift)