From 13f7c5a215b6c628dcf45f48ccbfdf19e545cd0b Mon Sep 17 00:00:00 2001 From: GurpreetKooner <40815653+GurpreetKooner@users.noreply.github.com> Date: Tue, 1 Oct 2019 02:07:52 +0530 Subject: [PATCH] Update J_Walsh.cpp --- J_Walsh.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/J_Walsh.cpp b/J_Walsh.cpp index 5dc478b..bc1a2f8 100644 --- a/J_Walsh.cpp +++ b/J_Walsh.cpp @@ -1,10 +1,11 @@ //julie walsh + #include using namespace std; -int main(int argc, char*argv[]) -{ +int main() +{ cout << "Hello World!!" << endl; return 0; }