Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 455 Bytes

File metadata and controls

19 lines (13 loc) · 455 Bytes

Cursed Code

extern "C" int putchar(int);
#define q(Z) putchar(Z);
#define Q(Z) q(Z)q(Z)q(Z)q(Z)
int main(){int i=0;char s[]="Cursed code is like a puzzle, both fascinating and terrifying.\n";while(s[i])Q(s[i++])}

So, what is this?

These are the codes that go against the laws of computer programming.

You will rethink your life choices as you read these codes.

Really, really bad.

No, wait. IT'S really bad.

Proceed at your own risk.