From 5d762f48d1cb258b8ad62dae1aa8d580d51575a8 Mon Sep 17 00:00:00 2001 From: ktrushnikov Date: Tue, 17 Feb 2015 12:40:44 +0500 Subject: [PATCH] Created by Coding Ground Client --- New Project/main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 New Project/main.cpp diff --git a/New Project/main.cpp b/New Project/main.cpp new file mode 100644 index 0000000..790e81e --- /dev/null +++ b/New Project/main.cpp @@ -0,0 +1,11 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello World, ASD" << endl; + + return 0; +} +