home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / c / oslib / Examples / HelloWorld next >
Encoding:
Text File  |  1995-06-28  |  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.