#include "say-hello.h" #include int main() { SayHello("gopher"); return 0; }