예제 #1
0
파일: main.cpp 프로젝트: ezueckg/projects
int main(void) {
	testStage1();
	testStage2();
	testStage3();
	testStage4();
	while (1) {}
	return 0;
}
예제 #2
0
파일: main.cpp 프로젝트: tabchas/ee312
int main(void) {
	testStage1();
	testStage2();
	testStage3();

#ifdef READY_FOR_STAGE_4	
	testStage4();
#endif /* READY_FOR_STAGE_4 */
	return 0;
}
예제 #3
0
int main(void) {
	testStage1();
	testStage2();
	testStage3();
}