#include "hello.h" int main(void) { hello("world, everyone"); return 0; }