home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d359
/
dice.lha
/
DICE
/
DICE.lzh
/
examples
/
hello.c
< prev
Wrap
C/C++ Source or Header
|
1990-05-20
|
73b
|
12 lines
/*
* HELLO.C
*/
main()
{
puts("hello world");
return(0);
}