예제 #1
0
파일: Class2.cpp 프로젝트: tsuyopon/cpp
int main(){
	Test test;
	test.Func();
}