From 402f113b60ab9bbd68514c52bb3b6ed3ad3747fa Mon Sep 17 00:00:00 2001 From: armish24 <31367960+armish24@users.noreply.github.com> Date: Mon, 15 Oct 2018 21:38:57 +0530 Subject: [PATCH 1/2] added new file hello_world.cpp added --- hello_world.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hello_world.cpp diff --git a/hello_world.cpp b/hello_world.cpp new file mode 100644 index 0000000..b13b2cc --- /dev/null +++ b/hello_world.cpp @@ -0,0 +1,14 @@ +#include +using namespace std; +typedef long long ll; +const int N = 1<<20; +vectorv; +int cnt,arr[N],b[N],has[N]; +bool flag; +int main() +{ + cout<<" hello world "; + return 0; +} +//_4_4_3_// + From 2f93343077595753393daee7e7e124548c94b6bb Mon Sep 17 00:00:00 2001 From: armish24 <31367960+armish24@users.noreply.github.com> Date: Mon, 15 Oct 2018 21:46:35 +0530 Subject: [PATCH 2/2] new file added --- new_hello_world.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 new_hello_world.cpp diff --git a/new_hello_world.cpp b/new_hello_world.cpp new file mode 100644 index 0000000..40b4428 --- /dev/null +++ b/new_hello_world.cpp @@ -0,0 +1,14 @@ +#include +using namespace std; +typedef long long ll; +const int N = 1<<20; +vectorv; +int cnt,arr[N],b[N],has[N]; +bool flag; +int main() +{ + cout<<" hello world _ guys "; + return 0; +} +//_4_4_3_// +