We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dd1be commit 2fc26c6Copy full SHA for 2fc26c6
main.cpp
@@ -4,7 +4,7 @@
4
#include <fstream>
5
6
int main() {
7
- std::cout << "F.P.L. : Chargement\n\n" << std::endl;
+ //std::cout << "F.P.L. : Chargement\n\n" << std::endl;
8
9
std::ifstream file {"../main.fpl"};
10
if (!file) { std::cerr << "Fichier introuvable." << std::endl; return 1; }
0 commit comments