From b062b63692b7b16fb831c016fab7f6d2e086ef2c Mon Sep 17 00:00:00 2001 From: regron Date: Mon, 15 Oct 2018 19:43:20 +0530 Subject: [PATCH] adding helloworld --- helloworld.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 helloworld.cpp diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..edab0e7 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,5 @@ +#include +using namespace std; +int main() +{cout<<"hello world"; +} \ No newline at end of file