From d8a1e1a754240bbe98ca335e0336beb2039ec609 Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Wed, 2 Oct 2019 18:13:41 +0530 Subject: [PATCH 1/2] Create helloworld --- helloworld | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helloworld diff --git a/helloworld b/helloworld new file mode 100644 index 0000000..57f3c28 --- /dev/null +++ b/helloworld @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ +cout<<"Hello World"; +return 0; +} From a93b747f9b0d878d38a8cabecef81ff69a9532dd Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Fri, 4 Oct 2019 19:47:52 +0530 Subject: [PATCH 2/2] Update and rename Aubree_Lytwyn.cpp to hello.cpp --- Aubree_Lytwyn.cpp | 1 - hello.cpp | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 Aubree_Lytwyn.cpp create mode 100644 hello.cpp diff --git a/Aubree_Lytwyn.cpp b/Aubree_Lytwyn.cpp deleted file mode 100644 index 0aa9fc6..0000000 --- a/Aubree_Lytwyn.cpp +++ /dev/null @@ -1 +0,0 @@ -//Recitation 10 Practice git diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..4793e03 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +//Recitation 10 Practice git +#include +int main(){ + cout<<"\n Hello World!"; + return 0; +}