lightning_missile

2,821
reputation
5
30
58

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.