#include <stdio.h>

int	hello(char *s)
{
printf("\n%s\n",s);

}
