home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / src / helloworld.e next >
Text File  |  1992-09-02  |  89b  |  6 lines

  1. /* nominated for Most Boring Example */
  2.  
  3. PROC main()
  4.   WriteF('Hello, World!\n')
  5. ENDPROC
  6.