From 95f82bb81fe457f5fd3d7165971492aa077183c8 Mon Sep 17 00:00:00 2001 From: yourdad285 Date: Sun, 20 Oct 2019 15:04:50 +0530 Subject: [PATCH 1/3] Removed * from gitignore added arnab's file --- C++/.gitignore | 1 - C++/arnab194536.cpp | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 C++/arnab194536.cpp diff --git a/C++/.gitignore b/C++/.gitignore index d6b7ef3..f935021 100644 --- a/C++/.gitignore +++ b/C++/.gitignore @@ -1,2 +1 @@ -* !.gitignore diff --git a/C++/arnab194536.cpp b/C++/arnab194536.cpp new file mode 100644 index 0000000..5a61b97 --- /dev/null +++ b/C++/arnab194536.cpp @@ -0,0 +1,16 @@ +#include +#include +int main() +{ printf("Heyyy, What's up?"); +printf("heeeeyyyyyy, nothing, what about you "); +printf("everything, what to tell"); +printf("tell me about the most interesting thing"); +printf("voldemont: knock knock "); +printf("harry: who's there "); +printf("voldemont: you know "); +printf("harry: you know who "); +printf("voldemont: correct! "); + + +return 0; +} \ No newline at end of file From 6a865955aeef1f48672fed3f43cc78a91874b857 Mon Sep 17 00:00:00 2001 From: yourdad285 Date: Tue, 29 Oct 2019 21:27:07 +0530 Subject: [PATCH 2/3] New Changes --- C++/New Text Document.txt | 7 +++++++ C++/changes_done.ppt | 7 +++++++ C++/hello world.cpp | 5 +++++ 3 files changed, 19 insertions(+) create mode 100644 C++/New Text Document.txt create mode 100644 C++/changes_done.ppt create mode 100644 C++/hello world.cpp diff --git a/C++/New Text Document.txt b/C++/New Text Document.txt new file mode 100644 index 0000000..75414be --- /dev/null +++ b/C++/New Text Document.txt @@ -0,0 +1,7 @@ +#include +#include +#include +void main() +{ +cout<<"Changes done I have send you 253$ Please do send my tshirt "; +} \ No newline at end of file diff --git a/C++/changes_done.ppt b/C++/changes_done.ppt new file mode 100644 index 0000000..75414be --- /dev/null +++ b/C++/changes_done.ppt @@ -0,0 +1,7 @@ +#include +#include +#include +void main() +{ +cout<<"Changes done I have send you 253$ Please do send my tshirt "; +} \ No newline at end of file diff --git a/C++/hello world.cpp b/C++/hello world.cpp new file mode 100644 index 0000000..25ae453 --- /dev/null +++ b/C++/hello world.cpp @@ -0,0 +1,5 @@ +#include +int main() +{ cout<<"hello world"; +return 0; +} \ No newline at end of file From 2aae6dadb21bc7cb0d99e26a0df0ab8a21d1e74b Mon Sep 17 00:00:00 2001 From: yourdad285 Date: Tue, 29 Oct 2019 21:47:35 +0530 Subject: [PATCH 3/3] New Changes --- C++/changes_done.txt | 7 +++++++ HacktoberFest2k19 | 1 + 2 files changed, 8 insertions(+) create mode 100644 C++/changes_done.txt create mode 160000 HacktoberFest2k19 diff --git a/C++/changes_done.txt b/C++/changes_done.txt new file mode 100644 index 0000000..75414be --- /dev/null +++ b/C++/changes_done.txt @@ -0,0 +1,7 @@ +#include +#include +#include +void main() +{ +cout<<"Changes done I have send you 253$ Please do send my tshirt "; +} \ No newline at end of file diff --git a/HacktoberFest2k19 b/HacktoberFest2k19 new file mode 160000 index 0000000..95f82bb --- /dev/null +++ b/HacktoberFest2k19 @@ -0,0 +1 @@ +Subproject commit 95f82bb81fe457f5fd3d7165971492aa077183c8