diff --git a/hello.cpp b/hello.cpp index e308570..e917bf1 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,8 +1,6 @@ // Copyright 2024 Abhay #include -int main() -{ +int main() { std::cout << "hello world" << std::endl; - return 0; }