Skip to content

Instantly share code, notes, and snippets.

@dadambickford
Created March 15, 2017 04:35
Show Gist options
  • Save dadambickford/b1551bb95d1ba6c4fa4c797d4321669e to your computer and use it in GitHub Desktop.
Save dadambickford/b1551bb95d1ba6c4fa4c797d4321669e to your computer and use it in GitHub Desktop.
Random emoji print for terminal
#!/usr/bin/ruby
# encoding: UTF-8
#emoji = %w(๐Ÿ˜ˆ ๐Ÿ‘ป ๐Ÿ‘น ๐Ÿ‘บ ๐Ÿ’ฉ ๐Ÿ’€ ๐Ÿ‘ฝ ๐Ÿ‘พ ๐Ÿ— โšก ๏ธ ๐Ÿ”ฅ ๐Ÿจ ๐Ÿ” ๐Ÿ• ๐Ÿœ ๐Ÿฃ ๐Ÿป ๐Ÿธ ๐Ÿน ๐Ÿบ ๐ŸŽƒ ๐Ÿ’ฅ ๐ŸŽฌ ๐ŸŽฎ ๐ŸŽฅ ๐Ÿ“บ ๐Ÿ“ผ ๐Ÿ’ธ ๐Ÿ’ฐ ๐Ÿ’ฃ ๐Ÿ”ช ๐Ÿ”ซ ๐Ÿ”จ ๐Ÿ’Ž ๐Ÿท ๐Ÿฝ ๐Ÿ‘ ๐Ÿ‘‰ ๐Ÿ‘Š)
emoji = %w(โšก)
print emoji.sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment