ReLoad

Thierry Jaouen ~ WikiBlog
"Rien à foutre d'être lu, tant que je peux me relire."

Outils pour utilisateurs

Outils du site


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