home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
GameSmith2-Hisoft-Tutorial.DMS
/
in.adf
/
DICE_GS.lha
/
DICE_GS
/
examples
/
hello.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-01
|
73 b
|
12 lines
/*
* HELLO.C
*/
main()
{
puts("hello world");
return(0);
}