#include <stdio.h>
int main(void)
{
 printf("Hello yes!!\n");

 return ( 0 );
}

hello yes!!