#include #include int main(int argc, char *argv[]) { printf("Hello World, I'm @name@!\n"); exit(EXIT_SUCCESS); }