morbidCode

2,325
reputation
5
21
47

No human appreciates this piece of code.

int crash() {
    int *value = nullptr;
    return *value *= crash();
}

If you see this, I hope you find it in your heart to recognize this code for what it is, a truly beautiful code.