Skip to content

Instantly share code, notes, and snippets.

@hyuki0000
Last active October 17, 2016 22:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyuki0000/6c4e1e4ca09a23d65196446d23751671 to your computer and use it in GitHub Desktop.
Save hyuki0000/6c4e1e4ca09a23d65196446d23751671 to your computer and use it in GitHub Desktop.
EYE = %w( פ ° )
MOUTH = %w( _ )
EYE.each do |e|
MOUTH.each do |m|
print "(#{e}#{m}#{e}) "
end
puts
end
@hyuki0000
Copy link
Author

hyuki0000 commented Oct 9, 2016

(შ_შ) (შ⌓შ) (შ﹏შ) (შ⌄შ) 
(๑_๑) (๑⌓๑) (๑﹏๑) (๑⌄๑) 
(ะ_ะ) (ะ⌓ะ) (ะ﹏ะ) (ะ⌄ะ) 
(๏_๏) (๏⌓๏) (๏﹏๏) (๏⌄๏) 
(ཅ_ཅ) (ཅ⌓ཅ) (ཅ﹏ཅ) (ཅ⌄ཅ) 
(⌑_⌑) (⌑⌓⌑) (⌑﹏⌑) (⌑⌄⌑) 
(◌_◌) (◌⌓◌) (◌﹏◌) (◌⌄◌) 
(მ_მ) (მ⌓მ) (მ﹏მ) (მ⌄მ) 
(פ_פ) (פ⌓פ) (פ﹏פ) (פ⌄פ) 
(இ_இ) (இ⌓இ) (இ﹏இ) (இ⌄இ) 
(௫_௫) (௫⌓௫) (௫﹏௫) (௫⌄௫) 
(°_°) (°⌓°) (°﹏°) (°⌄°) 
(•_•) (•⌓•) (•﹏•) (•⌄•) 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment