Cleanup main

This commit is contained in:
Jose Caban
2025-12-01 16:33:20 -05:00
parent 36c0934cc2
commit a1aea4a4ff

View File

@@ -122,9 +122,11 @@ public:
}
};
int main()
int main(const char *argv[], int argc)
{
Day01Solution solution;
solution.SolveAll();
return 0;
}