From 6a6775ac5e53fcf7019558c7135b774fff7ac966 Mon Sep 17 00:00:00 2001 From: Harsh soni Date: Wed, 16 Oct 2019 09:29:41 +0530 Subject: [PATCH] Update skit.cpp --- skit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skit.cpp b/skit.cpp index 8403ab6..a90b905 100644 --- a/skit.cpp +++ b/skit.cpp @@ -1,6 +1,6 @@ #include using namespace std; int main(){ - cout<<"hel"; + cout<<"hello world"; return 0; -} \ No newline at end of file +}