From d0cf18749786122075e9fa33097dbb22d9220fc3 Mon Sep 17 00:00:00 2001 From: Akshit Agarwal <72167897+Akshit-27@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:48:10 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e94d2a..23304d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Demo-Class -A Simple C++ Class +# Test_Class +A Simple Demo C++ Class From dec5e09b2979b0ae1552e4105a3e9064435991c6 Mon Sep 17 00:00:00 2001 From: Akshit Agarwal <72167897+Akshit-27@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:50:19 +0530 Subject: [PATCH 2/3] Update main.cpp A demo Code that prints text message --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 1b999d6..775066b 100644 --- a/main.cpp +++ b/main.cpp @@ -6,5 +6,5 @@ using namespace std; int main() { - + System.out.println("Hello World"); } From 28decb055a708d4926c7f4e7ecdd4cfbd5367c83 Mon Sep 17 00:00:00 2001 From: Akshit Agarwal <72167897+Akshit-27@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:28:03 +0530 Subject: [PATCH 3/3] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 775066b..f139660 100644 --- a/main.cpp +++ b/main.cpp @@ -6,5 +6,5 @@ using namespace std; int main() { - System.out.println("Hello World"); + cout<<"Hello World"; }