Created
October 27, 2016 11:17
-
-
Save nicl/a2263c1bcb1527162c4b3e795abd1dc9 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
print 40 |
Bash script of just 'echo 40' is 1 character shorter...
I think in ruby the shortest print command is p
so p 40
should do it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
beaten :(
main() {puts("40");}