#include <stdio.h>

void
sayHelloTo (char who[])
{
  printf( "Hello, %s!\n", who );
 }