#include #include "hello.h" void say1(char const* s) { printf("%s\n", s); }