Added c++

This commit is contained in:
Mike Donaghy
2007-11-20 16:20:22 -05:00
parent 3cecbd8007
commit 37cca36a15

6
c++.cpp Normal file
View File

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