home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
dev
/
c
/
dice
/
examples
/
hello.c
< prev
Wrap
C/C++ Source or Header
|
1994-02-01
|
73b
|
12 lines
/*
* HELLO.C
*/
main()
{
puts("hello world");
return(0);
}