From 59f4dc2f1bf9a2d604858c3447f68f3ffedee5a0 Mon Sep 17 00:00:00 2001 From: parinaA Date: Mon, 5 Jun 2017 12:52:43 +0530 Subject: [PATCH] I am learning github --- eample3.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 eample3.cpp diff --git a/eample3.cpp b/eample3.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/eample3.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}