home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / YAEC / testsrc / helloworld.e < prev    next >
Encoding:
Text File  |  2001-02-23  |  58 b   |  6 lines

  1.  
  2. PROC main()
  3.    PrintF('hello, world! \d\n', 10)
  4. ENDPROC
  5.  
  6.