extern int hello();

int main()
{
	hello();
	return 0;
}

