#include "hello_world.h" // Define the function itself. const char *hello(void) { return "Hello, World!"; }