Add comment

This commit is contained in:
2025-03-19 11:58:53 +01:00
parent 3420815c74
commit c14a29a070
+1
View File
@@ -7,6 +7,7 @@ string FileReader::getFile(char *path){
string line; string line;
// There is only one line in the file
getline(file, line); getline(file, line);
file.close(); file.close();