Skip to content

Instantly share code, notes, and snippets.

@kenchan
Created June 5, 2014 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenchan/44833348e49e340c3718 to your computer and use it in GitHub Desktop.
Save kenchan/44833348e49e340c3718 to your computer and use it in GitHub Desktop.
陽性確認
Enumerator.new {|y| loop { y << ('A'..'Z').to_a.sample } }.each_slice(4).take_while {|str| str.join != 'STAP'}.count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment