int main2() {
    testCharCat();
    testStateMachine();

    return 0;
}
Beispiel #2
0
int main(int, char *[])
{
	testStateMachine();
	std::cout << "Success!" << std::endl;
	return EXIT_SUCCESS;
}