int main()
{
	CBase lw;
	lw.run();

	return 0;
}