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 ff93b1d commit 83d0a9cCopy full SHA for 83d0a9c
main.cpp
@@ -17,7 +17,7 @@ int main(int argc, char** argv) {
17
std::ifstream file { fileName};
18
if (!file) {
19
std::cerr << "Donnez le nom correct du fichier." << std::endl;
20
- return 1;
+ return -1;
21
}
22
std::string FileCode((std::istreambuf_iterator<char>(file)), (std::istreambuf_iterator<char>()));
23
0 commit comments