コード例 #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
ファイル: main.c プロジェクト: alimomin95/school-evolution
int main(void) {
	testStage1();
	testStage2();
	testStage3();
}