예제 #1
0
파일: main.cpp 프로젝트: 200403/Pamsi_lab
int main(){
	Tester test;
	test.otworzPlik();
	test.symulacja();
	test.zamknijPlik();
	return 0;

}