From 90d2728410fd12ffba76c25cb1627e400fb6024b Mon Sep 17 00:00:00 2001 From: Abhay Chauhan <79973672+thoughtlessnerd@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:36:21 +0530 Subject: [PATCH] Update hello.cpp --- hello.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }