added
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@880 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include <cstdio>
|
||||
#include <armadillo>
|
||||
|
||||
int test01();
|
||||
int test02();
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hallooooooooooooooooooo Welt!\n");
|
||||
int result = test01();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user