|
-
February 28th, 2012, 09:26 AM
#6
Re: My very first C program (Windows - console)
 Originally Posted by Paul McKenzie
Code:
#include <stdio.h>
int main()
{
printf("Hello World");
}
That would be more like a "very first C program".
Regards,
Paul McKenzie
I think I did do one of those.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|