Skip to content

Commit 2fc26c6

Browse files
committed
Deleted the text "FPL : Chargement"
1 parent 80dd1be commit 2fc26c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <fstream>
55

66
int main() {
7-
std::cout << "F.P.L. : Chargement\n\n" << std::endl;
7+
//std::cout << "F.P.L. : Chargement\n\n" << std::endl;
88

99
std::ifstream file {"../main.fpl"};
1010
if (!file) { std::cerr << "Fichier introuvable." << std::endl; return 1; }

0 commit comments

Comments
 (0)