Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of lightning_missile

lightning_missile

lightning_missile has asked 20 questions and find answers to 0 problems.

Stats

100
EtPoint
0
Vote count
20
questions
0
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.