viernes, 20 de junio de 2008

Chiste en C

¿Cómo matarías a un elefante amarillo?

void Elephant::Kill() {
YellowElephantsExterminatorGun gun;
if(color == YELLOW) {
gun.shoot(); gun.shoot();
} else if(color == GREEN) {
paint(YELLOW);
gun.shoot();
}
this->~Elephant();
}

Maleeeseemo

No hay comentarios: