Files
cpp/radio/tests/interpolation/farrow/main.cpp
T
jens 05ae238675 - load test
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@961 b431acfa-c32f-4a4a-93f1-934dc6c82436
2022-06-13 16:29:53 +00:00

11 lines
122 B
C++

#include <iostream>
using namespace std;
void test();
int main()
{
cout << "Halo, Welt!" << endl;
test();
return 0;
}