28 Dec
2022
28 Dec
'22
10:38 p.m.
/* 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"); }