From 285d050d2993168d6ed1cb553200039d292a043a Mon Sep 17 00:00:00 2001 From: Pulak Nath Date: Sat, 26 Oct 2019 13:35:03 +0530 Subject: [PATCH] hello hello GUIST --- abc.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 abc.cpp diff --git a/abc.cpp b/abc.cpp new file mode 100644 index 0000000..b9f1ccd --- /dev/null +++ b/abc.cpp @@ -0,0 +1,8 @@ +#include +using namespace std +int main() +{ + cout<<"hello"; + return 0; +} +