diff --git a/src/main.cpp b/src/main.cpp index 021f168..05f3286 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ #include "days/days.h" +#include template void runSolutions() { @@ -51,6 +52,9 @@ void runSolutions() { //Free memory for heap allocated solution delete solution; + //Hold the console + std::cin; + } }