From 9cb1dc8b52d25457804eeacc87df8004118bbd88 Mon Sep 17 00:00:00 2001 From: SamiK28 <39096734+SamiK28@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:25:53 +0530 Subject: [PATCH] Create samarth.cpp --- samarth.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 samarth.cpp diff --git a/samarth.cpp b/samarth.cpp new file mode 100644 index 0000000..5eee4f0 --- /dev/null +++ b/samarth.cpp @@ -0,0 +1,6 @@ +#include +int main() +{ + cout<<"hello real world"; + return 0; +}