/* ** $Id: message.c 819 2008-03-09 17:41:59Z phf $ ** ** This is the first program we tried gcov on in ** lecture. :-) */ #include #include int main(void) { puts("Put some deep and disturbing message here!"); return EXIT_SUCCESS; }