63Fermer65
Kevin KoflerLe 28/04/2008 à 15:28
Godzil (./56) :
int main (int argc, char* argv[])
{
   printf ("Hello World!");
   return 0;
}

C'est très mal codé, en voilà un codé proprement: http://www.gnu.org/software/hello/. rotfl

Plus sérieusement, ton printf est implicitement déclaré. sick On ne t'a jamais appris d'inclure <stdio.h>? roll