Ejemplo n.º 1
0
int main()
{
    puts("application says hello!");
    TestMe test;
    test.hello1();
    test.hello2();
    return lib1_hello();
}
Ejemplo n.º 2
0
int main()
{
    puts("application says hello!");
    return lib1_hello();
}