From 0557aa5bf0b0319e6ab13a048370de8c791f95ce Mon Sep 17 00:00:00 2001 From: nidhijha15 <42990119+nidhijha15@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:28:05 +0530 Subject: [PATCH] Create nidhi.cpp --- nidhi.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nidhi.cpp diff --git a/nidhi.cpp b/nidhi.cpp new file mode 100644 index 0000000..7da310d --- /dev/null +++ b/nidhi.cpp @@ -0,0 +1,6 @@ +#include +int main() +{ +printf("Hello World1!"); +return 0; +}