#!/usr/koeki/bin/ruby srand() dice = ["one","two","three","four","five","six"] no = rand(6) printf("

\n", dice[no])