Newer
Older
Ruby / she.rb
@ABE Koshun ABE Koshun on 18 Sep 2021 245 bytes 2021-09-18 16:04:09
#!/usr/bin/env ruby
# coding: utf-8
x=["神","天国","超大吉","大吉","中吉","小吉","末吉","凶","大凶","超大凶","地獄"]
print("おみくじです!")

puts("...")

sleep(1)
srand()
nani = rand(11)
printf("%sです!\n",x[nani])