#include "hello.h" #include void hello(void) { printf("Hello, world!\n"); }