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

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