diff --git a/src/main.cpp b/src/main.cpp index 10e39d1..cbd796c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,6 +22,8 @@ Input getInput(int day, string key, bool useTestInput) { file.close(); } + // TODO fetch testInput from first -Tag in HTML + std::ifstream file(localFilePath); string line;