#include <stdio.h>

int main(void) 
{
	/* printing 
	information*/
	printf("hello c");
	
	return 0;
}
