From d9bedb0d9dd0d183c75314469fbe1e49c0409ea8 Mon Sep 17 00:00:00 2001 From: jatin Date: Mon, 15 Oct 2018 19:31:00 +0530 Subject: [PATCH] this is actual commit --- helloworld.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helloworld.cpp diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..bf51363 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main() +( + cout<<"hello world" +) \ No newline at end of file