Ejemplo n.º 1
0
int main()
{
	Index index;
	index.read_dictionary();
	index.debug();
	return 0;
}