1 2 3 4 5 6 7 8
#include <stdio.h> #include "greeting.h" int main(void) { puts(GREETING); return 0; }