Estia-1a / projetGenieInfo_public

This is the main repository for the Estia First Year Computer Science Project
MIT License
1 stars 2 forks source link

Add option -v --version. It's required for the automatic test #27

Closed dhmmasson closed 2 years ago

ebouzekri commented 2 years ago

partially done, behavior is missing.

dhmmasson commented 2 years ago
        case 'v' :
            puts("Version 1.0.0");
            exit(0);
            break;
ebouzekri commented 2 years ago

done related commit