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"; +}