Exemple #1
0
int main()
{
    Test test;

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

    return 0;
}