home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / virtual / Bits / gcc / cc / hellow
Encoding:
Text File  |  1993-07-06  |  74 b   |  6 lines

  1. #include <iostream.h>
  2.  
  3. int main()
  4. {
  5.     cout << "Hello Archimedes World\n";
  6. }