Created
January 2, 2014 12:37
-
-
Save phalt/8218613 to your computer and use it in GitHub Desktop.
Prints '2014' without actually using any numbers. Attributes - http://codegolf.stackexchange.com/a/17103/12689
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
print sum(ord(c) for c in 'Happy new year to you!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment