#include #include #include "input.h" int main() { char *string = input(); printf("Hello, %s!\n", string); return EXIT_SUCCESS; }