source: liacs/pm/backup/eerste.cc@ 7

Last change on this file since 7 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 206 bytes
Line 
1//Hello world program
2// v0.01 - 07-09-2004 at 23:19 by Rick van der Zwet
3// Initial Creation
4#include <iostream>
5using namespace std;
6int main ( ) {
7 cout << "Hello world" << endl;
8 return 0;
9} //main
10
11
12
Note: See TracBrowser for help on using the repository browser.