home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / Examples / HelloWorld next >
Encoding:
Text File  |  1994-04-25  |  85 b   |  8 lines

  1. #include "os.h"
  2.  
  3. int main (void)
  4.  
  5. {  os_write0 ("Hello, World!\n\r");
  6.    return 0;
  7. }
  8.