Add comment
This commit is contained in:
parent
3420815c74
commit
c14a29a070
@ -7,6 +7,7 @@ string FileReader::getFile(char *path){
|
||||
|
||||
string line;
|
||||
|
||||
// There is only one line in the file
|
||||
getline(file, line);
|
||||
|
||||
file.close();
|
||||
|
Loading…
Reference in New Issue
Block a user