E.T. the Extra-Terrestrial

int main()
{
     while(ShipHasArrived()==false)
     {
            Entity::ET->phone_home();
     }    
     return 1;
}
Vote up this code0