edit test.cpp a bit

This commit is contained in:
2021-02-26 17:36:05 +09:00
parent 80adf8aeb7
commit 659daadeaf

View File

@ -17,7 +17,7 @@ void ShowData(ZTypInt AiInt)*/
int main(int ArgiCnt, char** AppArgu) int main(int ArgiCnt, char** AppArgu)
{ {
cout<<"!!! C++'s Great Start !!!"<<endl<<endl; cout<<endl<<"!!! C++'s Great Start !!!"<<endl<<endl;
typedef ZNsMain::ZtCObjList<int> CListByInt; typedef ZNsMain::ZtCObjList<int> CListByInt;