home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / oslib / examples / c / HelloWorld < prev    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.