diff --git a/src/test.cpp b/src/test.cpp index 5e0a306..e96cd25 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -272,4 +272,6 @@ int main() test_util(); cout << Crayon{}.green().text("All unit tests passed."s) << endl; + + return 0; }