From 876af89eb35150d7bde0b0323857767b9ec61033 Mon Sep 17 00:00:00 2001 From: sunvir72 <56076949+sunvir72@users.noreply.github.com> Date: Wed, 2 Oct 2019 18:24:07 +0530 Subject: [PATCH] Update hello.cpp --- hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.cpp b/hello.cpp index 4f6a268..ace034b 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,7 +1,7 @@ #include using namespace std; inrt main(){ -cout<<"hello world x"; +cout<<"hello world!"; return 0; }