2009/06/29

Aprendiendo PHP

Un hola mundo simple en PHP
echo "Hello World!";
while(true) {
    //Infinite Loop
    if(destruirPlaneta()) {
        break;
    }
}

No hay comentarios.:

Publicar un comentario