diff --git a/test/test.cpp b/test/test.cpp index fc89e8c..9267e50 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,2 +1,2 @@ #include <iostream> -int main() { std::cout << "test" << std::endl; } \ No newline at end of file +int main() { std::cout << "test" << std::endl; return 0; } \ No newline at end of file