Cleanup main
This commit is contained in:
@@ -122,9 +122,11 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
int main()
|
int main(const char *argv[], int argc)
|
||||||
{
|
{
|
||||||
Day01Solution solution;
|
Day01Solution solution;
|
||||||
solution.SolveAll();
|
solution.SolveAll();
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user