home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-src.tgz / tar.out / fsf / octave / dld / test / general / hello.c < prev    next >
C/C++ Source or Header  |  1996-09-28  |  64b  |  6 lines

  1. #include <stdio.h>
  2.  
  3. hello () {
  4.     printf ("hello world!\n");
  5. }
  6.