home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / m2_part1.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.