Newer
Older
Ruby / uuu.rb
@NARITA Reo NARITA Reo on 13 Oct 2021 142 bytes 2021-10-13 21:21:50
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

j=[]
j<<"勝ち"
j<<"負け"
x=rand
if x==0
  printf("%s\n",j[x])
else
  printf("%s\n",j[x])
end