lightning_missile

2,625
reputation
5
24
51

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.