From e660ecdac713fdebb1a604a71ee0bed479c48ea5 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 2 Jun 2014 02:36:01 -0400 Subject: [PATCH] Clarify that this code is actually for Python 2.7 --- _posts/2014-06-01-obfuscating-hello-world.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2014-06-01-obfuscating-hello-world.md b/_posts/2014-06-01-obfuscating-hello-world.md index 45eb121..60a3c7e 100644 --- a/_posts/2014-06-01-obfuscating-hello-world.md +++ b/_posts/2014-06-01-obfuscating-hello-world.md @@ -7,7 +7,8 @@ description: Fun with functional programming in Python. A few months ago, I got first place in [this Code Golf contest](//codegolf.stackexchange.com/q/22533) to create the weirdest obfuscated program that prints the string "Hello world!". I decided to -write up an explanation of how the hell it works. So, here's the entry: +write up an explanation of how the hell it works. So, here's the entry, in +Python 2.7: {% highlight python %}