Na endlich :/

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@884 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-05-28 16:23:17 +00:00
parent 4051af860e
commit fb89ad3864
10 changed files with 84 additions and 76 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ int test02();
int main()
{
printf("Hallooooooooooooooooooo Welt!\n");
int result = test01();
int result = test02();
return 0;
}