home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / icon / hello.icn < prev    next >
Text File  |  1986-09-27  |  85b  |  6 lines

  1. procedure main()
  2.    write(&version)
  3.    write(&host)
  4.    write("hello world")
  5. end
  6.