Skip to content

Instantly share code, notes, and snippets.

@mzmt
Last active January 15, 2022 04:50
Show Gist options
  • Save mzmt/5f4853da0f52e9340a31745f952c3584 to your computer and use it in GitHub Desktop.
Save mzmt/5f4853da0f52e9340a31745f952c3584 to your computer and use it in GitHub Desktop.
# /////////////////////////////////////////////// #
# #
# #
# #
eval"
box\
=[];
10.times do box<<'大吉'end;20.times do
box<<
'中吉'
end;30.times do box<<'小吉'
end;30.times do box<<'末吉'end;
10 .times\
do box\
<< '凶'
end; print
box .sample;
100.times do gets.chomp; pick =
box.sample;print(pick);box.delete_at(
box.index(pick))end
"
# #
# #
# #
# /////////////////////////////////////////////// #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment