예제 #1
0
파일: assign3.cpp 프로젝트: duhone/college
void print(const Counter& ctr)
{
	cout << ctr.getCounterValue() << endl;
}