From e13d21644ee86d6221eace4431f0fe2c0fb89fed Mon Sep 17 00:00:00 2001 From: Pranav Garg Date: Wed, 31 Oct 2018 23:33:00 +0530 Subject: [PATCH] Create test4.cpp --- test4.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test4.cpp diff --git a/test4.cpp b/test4.cpp new file mode 100644 index 0000000..646077d --- /dev/null +++ b/test4.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ +cout << "Hello World"; +return 0; +}