Created
April 26, 2024 07:50
-
-
Save rmetzler/bdfaa44bb0953e58b36742a2cdbadc61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def smiley | |
# this is also possible | |
# %w[ :-) X-) ;-) :-( B-D B-D ].sample | |
[":-)", "X-)", ";-)", ":-(", "B-D"].sample | |
end | |
(0..100).each {|x| puts "#{ ' '*x }#{smiley}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment