home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 11 / CDACTUAL11.iso / cdactual / demobin / share / os2 / XCO212P / SAMPLES / SIMPLE / HELLO.OB2 < prev    next >
Encoding:
Text File  |  1994-07-21  |  123 b   |  10 lines

  1. <*+ MAIN *>
  2. MODULE hello;
  3.  
  4. IMPORT InOut;
  5.  
  6. BEGIN
  7.   InOut.WriteString ("Hello World!");
  8.   InOut.WriteLn;
  9. END hello.
  10.