if(key == 'h')
{
	printf("hello");
} else
{
	printf("good-bye");
}
