Skip to content

Commit

Permalink
Created by Coding Ground Client
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrushnikov committed Feb 17, 2015
1 parent d3c62ee commit 5d762f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions New Project/main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include <iostream>

using namespace std;

int main()
{
cout << "Hello World, ASD" << endl;

return 0;
}

0 comments on commit 5d762f4

Please sign in to comment.