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