printf (' hello world! ');

Etusivu
Liitteet:
Viesti alkuperäisessä muodossaan
+ (text/plain)
Poista viesti
Vastaa
Lähettäjä: KevinBuettnerkev@primenet.com
Päiväys:  
Aihe: printf (' hello world! ');
On Jun 30, 1:07pm, Furmanek, Greg wrote:

> Actually it supposed to be:
> char *messsage = "hellow world!";
> printf("%s\n", message);


Or simply

    printf("Hello world!\n");