diff --git a/man.cpp b/man.cpp index e45a359..0b12850 100644 --- a/man.cpp +++ b/man.cpp @@ -4,5 +4,5 @@ using namespace std; int main() { cout << "Hello world!"; - return 0; + return 0 } \ No newline at end of file