printf (' hello world! ');
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Kevin Buettner at
2000-06-30 17:46
Blakebbarnett@bloodsystems.org at
2000-06-30 17:51
Attachments:
Message as email
(text/plain)
Author:
KevinBuettnerkev@primenet.com
Date:
2000-06-30 17:46
UTC
Subject:
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");