home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
octave-1.1.1p1-src.tgz
/
tar.out
/
fsf
/
octave
/
dld
/
test
/
general
/
hello.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
64b
|
6 lines
#include <stdio.h>
hello () {
printf ("hello world!\n");
}