home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C Programming Starter Kit 2.0
/
SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso
/
tyc
/
hello.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-16
|
71b
|
7 lines
#include <stdio.h>
main()
{
printf("Hello, World!");
}