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