/* merry_holidays_05.c */ /* i saw what seemed to me to be obvious mistakes in merry_holidays_04.c . * so i've changed it some, but somebody should run the code through the testsuite. */
#include <stdio.h>
void main(int argc, char const ** argv)
{
printf("%s", "\nMerry holidays!\n\n");
}
