blog:2012:02:26:hello_world_en_c
Hello World en C
#include <stdio.h> #include <stdlib.h> int main( void ) { puts("Hello World!\n"); return EXIT_SUCCESS; }
Et alors?
Compiler:
gcc -o test test.c
blog/2012/02/26/hello_world_en_c.txt · Dernière modification : 2012/02/26 22:11 de thierry