コード例 #1
0
ファイル: main.cpp プロジェクト: leovetter/projet_log
int main()
{
    Test test;

    test.FichierInexistant();
    test.MauvaisHoraire();
    test.MauvaiseOption();

    return 0;
}