From 787a0a35d4ad7aeab472abf7c39ed2999e2b8aae Mon Sep 17 00:00:00 2001 From: Matuush Date: Thu, 13 Mar 2025 17:03:47 +0100 Subject: [PATCH] Removed test message from file-save --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 6877d80..7eb34ad 100644 --- a/main.cpp +++ b/main.cpp @@ -35,7 +35,6 @@ bool save(string filename) { return 1; for(string line : file) outfile << line << std::endl; - outfile << "brambus chungus"; return 0; }