From e745350a2f09636f92d229ed14294a4cf0cee77d Mon Sep 17 00:00:00 2001 From: dharmicksai <55967538+dharmicksai@users.noreply.github.com> Date: Sun, 13 Oct 2019 23:49:04 +0530 Subject: [PATCH] by_dharmick --- dharmick.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dharmick.cpp diff --git a/dharmick.cpp b/dharmick.cpp new file mode 100644 index 0000000..159041b --- /dev/null +++ b/dharmick.cpp @@ -0,0 +1,7 @@ +#include + +int main() +{ + cout << "Hello World!!" << endl; + return 0; +}