Пример #1
0
int main()
{
    puts("application says hello!");
    TestMe test;
    test.hello1();
    test.hello2();
    return lib1_hello();
}
Пример #2
0
int main()
{
    puts("application says hello!");
    return lib1_hello();
}