edit test.cpp a bit

This commit is contained in:
2021-02-26 17:35:36 +09:00
parent 7d83d10fed
commit 80adf8aeb7

View File

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