Over at the codegolf stackexchange, there’s an interesting piece of challenge.
Produce the number 2014 without any numbers in your source code
Lot of different tries by many people, but I especially liked this one. What a coincidence?
print sum(ord(c) for c in 'Happy new year to you!')
Don’t forget to check out the link for many other equally interesting solutions!
Advertisements