Skip to content

Instantly share code, notes, and snippets.

@phalt
Created January 2, 2014 12:37
Show Gist options
  • Save phalt/8218613 to your computer and use it in GitHub Desktop.
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
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