#include <stdio.h> int main(); int main(){ printf("Today is\n"); printf("\n"); printf("Oct. 14th\n"); return(0); }
printf("Today is\n\nOct. 14th\n");