From 521917cd68ff53ae4fcbcff88a8eb04b11767032 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Thu, 8 Dec 2022 12:09:16 +0100 Subject: [PATCH] todo --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;