#include <stdio.h> #include "hello.h" int main (int argc, char **argv, char **envp) { printf ("\nHello, New World!\n"); }