#include "sayHelloTo.h"

int
main (int argc, char *argv[])
{
  sayToWorld( "Hello" );
  return 0;
 }