add test.cpp
This commit is contained in:
10
ZCppMain/test.cpp
Normal file
10
ZCppMain/test.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include "ZMainHead.H"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout<<"C++ 's great start"<<endl;
|
||||
|
||||
retjurn 0;
|
||||
}
|
Reference in New Issue
Block a user