Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 494 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 494 Bytes

half-mega-helloworld

The biggest, reducable Python code I could think of that prints "HELLOWORLD".

I made this as challenge to myself after seeing those obfuscated code contests, and I thought of doing the same myself. I wouldn't say this is very obfuscated (in fact I have to leave some numbers and strings, because I don't know how to obfuscate them), it's obfuscated enough to be unreadable (for humans, at least 😉)

I might going to give the information of how this monster works.