home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / MARK_WC1.LZH / SRC / HELLO.C < prev    next >
C/C++ Source or Header  |  1988-04-27  |  97b  |  8 lines

  1. /*
  2.  * sample program to show compiler operation
  3.  */
  4. main()
  5. {
  6.     printf("Hello world!\n");
  7. }
  8.