コード例 #1
0
ファイル: main.cpp プロジェクト: Distrotech/qbs
int main()
{
    puts("application says hello!");
    TestMe test;
    test.hello1();
    test.hello2();
    return lib1_hello();
}
コード例 #2
0
ファイル: main.cpp プロジェクト: BumblingCoder/qbs
int main()
{
    puts("application says hello!");
    return lib1_hello();
}