#include #include "Hello.h" int main(){ printMessage("Hello world\n"); return EXIT_SUCCESS; }