Answers for "wishing a happy new year"

-1

Happy New Year!

#include <stdio.h>

char *NYM = "Happy New Year!!!";

if (date == "1-1-2021") {
  printf(NYM);
}
Posted by: Guest on January-02-2021

Browse Popular Code Answers by Language