Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of lightning_missile

lightning_missile

lightning_missile has asked 23 questions and find answers to 1 problems.

Stats

134
EtPoint
5
Vote count
23
questions
1
answers

About

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.