Exemple #1
0
int main()
{
	Command c;
	while (!c.GetCommand());
	system("pause");
	
	return 0;
}