#include "hello_world.h" const char *hello(void) { /* string is pointer of the first character */ return "Hello, World!"; }