From 3481ac6b6ff6fb1c7a0a3e8912cc96c3db3780dc Mon Sep 17 00:00:00 2001 From: kunal kumar barman Date: Wed, 2 Oct 2019 01:30:27 +0530 Subject: [PATCH] Hello_world 2019 --- scripts/Hello_world 2019 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/Hello_world 2019 diff --git a/scripts/Hello_world 2019 b/scripts/Hello_world 2019 new file mode 100644 index 0000000000..dc03d89bbe --- /dev/null +++ b/scripts/Hello_world 2019 @@ -0,0 +1,11 @@ +-- LANGUAGE: Cpp +-- AUTHOR: Kunal kumar barman +-- GITHUB: https://github.com/Kunal614 + + +#include +using namespace std; +int main() +{ + cout<<"Hello_World 2019\n"; +}