source: branches/libc-0.6/testcase/helloworldc++.cpp

Last change on this file was 114, checked in by bird, 22 years ago

Initial coding.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 218 bytes
Line 
1/* testing if we can get to the standard includes at the same time */
2#include <iostream.h>
3#include <string>
4#include <iostream>
5
6
7int main(int argc, char **argv)
8{
9 cout << "hello world" << "\n";
10 return 0;
11}
12
Note: See TracBrowser for help on using the repository browser.