home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / tests / t02.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-08  |  87 b   |  7 lines

  1. #include <iostream.h>
  2.  
  3. main()
  4. {
  5.   cout << "Hello, world, from t2.cc!" << endl;
  6. }
  7.