Skip to content

Commit e7ac40a

Browse files
Add C++ language
1 parent 883a41b commit e7ac40a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dsm.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include <iostream>
2+
3+
using namespace std;
4+
5+
int main(int argc, char *argv[])
6+
{
7+
cout << "Hello DSM!" << endl;
8+
return 0;
9+
}

0 commit comments

Comments
 (0)