C/Visual C - Probando tags

 
Vista:

Probando tags

Publicado por eduardo (82 intervenciones) el 03/05/2011 21:28:12
1
2
3
4
5
6
7
8
9
#include <stdio.h>
 
 
int main( void )
{
    printf( "Hola mundo\n" );
 
    return 0;
}


Vaya, esto era necesario hace ya tiempo. Felcicitaciones por la actualización.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder