git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@951 b431acfa-c32f-4a4a-93f1-934dc6c82436
10 lines
113 B
C++
10 lines
113 B
C++
#include <iostream>
|
|
|
|
using namespace std;
|
|
void test();
|
|
|
|
int main()
|
|
{
|
|
cout << "Halo, Welt!" << endl;
|
|
return 0;
|
|
} |