Procházet zdrojové kódy

Clarify that this code is actually for Python 2.7

master
Ben Kurtovic před 10 roky
rodič
revize
e660ecdac7
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      _posts/2014-06-01-obfuscating-hello-world.md

+ 2
- 1
_posts/2014-06-01-obfuscating-hello-world.md Zobrazit soubor

@@ -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 %}



Načítá se…
Zrušit
Uložit