From 2e133c698b285d184dd5f938b9f1d53f90fe87bb Mon Sep 17 00:00:00 2001 From: Benjo Date: Sat, 1 Jan 2022 20:15:42 +0100 Subject: [PATCH] create input dir --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 21ed1f5..aae7042 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,6 +49,7 @@ int main(int argc, char *argv[]) { auto key = getSessionKey(); bool useTestInput = false; auto days = getAllDays(); + std::filesystem::create_directory("input"); for (int i = 1; i < argc; i++){ int dayNum = std::stoi(argv[i]);