#include "stdafx.h"
#include "Code//Main Part//Go.h"


int _tmain(int argc, _TCHAR* argv[])
{
	Go();

	return 0;
}

