home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / M2V11-1.LHA / modula / examples / for_c / Hello.c next >
Encoding:
Text File  |  1994-09-28  |  32 b   |  5 lines

  1. SayHello()
  2. {
  3.   puts("Hello");
  4. }
  5.