El chiste Geek
Estado: Happy
Canción: System of a down – Forest
Comentario: Con sed
¿Como matas a un elefante amarillo?
void Elephant::Kill() {
YellowElephantsExterminatorGun gun;
if(color == YELLOW) {
gun.shoot(this);
} else if(color == GREEN) {
paint(YELLOW);
gun.shoot(this);
}
this->~Elephant();
}
P.D.
if(you == understand.this) {
get.a.girlfriend;
}

Aún no hay comentarios.