Files
RepoMain/ZCppMain/test.cpp

11 lines
115 B
C++
Raw Normal View History

2021-02-25 17:27:36 +09:00
#include "ZMainHead.H"
using namespace std;
int main()
{
cout<<"C++ 's great start"<<endl;
retjurn 0;
}