home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource4
/
223_01
/
hello.c
< prev
next >
Wrap
Text File
|
1979-12-31
|
256b
|
6 lines
#include <stdio.h>
main() {
puts("hello, world\n");
}