main()
{
	printf("Press Ctrl-C now.\n");
	for(;;);
}
