home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
oslib
/
Examples
/
HelloWorld
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-04-25
|
85 b
|
8 lines
#include "os.h"
int main (void)
{ os_write0 ("Hello, World!\n\r");
return 0;
}