Created
November 30, 2016 10:01
-
-
Save nsommer/3c5544b568a650e2d6dc2b738ac9ef22 to your computer and use it in GitHub Desktop.
Brews as much βοΈ as you want it to π
This file contains 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
#!/usr/bin/env ruby | |
if ARGV.length == 0 | |
puts "βοΈ" | |
else | |
puts "βοΈ" * ARGV.first.to_i | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment