Code:
#include <stdio.h>

int main(void) {
     puts("Merry Christmas Everyone!!!");
     puts("May we all remember the true meaning of the season.");
}