Added tests for c++ tools.

This commit is contained in:
Andrew Hamilton 2016-02-09 21:44:12 +00:00
parent 60a99ee705
commit db660521fa
4 changed files with 32 additions and 1 deletions

View file

@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main()
{
 cout << "Hello World" << endl;
}


View file

@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main()
{
 cout << "Hello World" << endl;
}