>FromYourCode();

Source code quote in C++215

 July 11, 2014 am31 01:06
void crash()
{
    while(true)
    {    
        crash(); 
    }
}

Check similar quotes

Share this quote