-
-
Save bakkdoor/f555a615a511d6a6cb73 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
#!/usr/bin/env ruby | |
def π | |
print "π " | |
end | |
[ARGV[0].to_i, 1].max.times { π } | |
puts |
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
$ ./clap 10 | |
π π π π π π π π π π |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment