Last change
on this file since 166 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>
|
---|
5 | using namespace std;
|
---|
6 | int main ( ) {
|
---|
7 | cout << "Hello world" << endl;
|
---|
8 | return 0;
|
---|
9 | } //main
|
---|
10 |
|
---|
11 |
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.