@@ -0,0 +1,16 @@
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
string parseInput(string);
int main(int argc, char *argv[]) {
string ulaz = "example-input.txt";
cout << parseInput(ulaz) << endl;
return 0;
}
The note is not visible to the blocked user.