Answers for "happy neww year"

3

happy New Year

██╗░░██╗░█████╗░██████╗░██████╗░██╗░░░██╗  ███╗░░██╗███████╗░██╗░░░░░░░██╗  ██╗░░░██╗███████╗░█████╗░██████╗░
██║░░██║██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝  ████╗░██║██╔════╝░██║░░██╗░░██║  ╚██╗░██╔╝██╔════╝██╔══██╗██╔══██╗
███████║███████║██████╔╝██████╔╝░╚████╔╝░  ██╔██╗██║█████╗░░░╚██╗████╗██╔╝  ░╚████╔╝░█████╗░░███████║██████╔╝
██╔══██║██╔══██║██╔═══╝░██╔═══╝░░░╚██╔╝░░  ██║╚████║██╔══╝░░░░████╔═████║░  ░░╚██╔╝░░██╔══╝░░██╔══██║██╔══██╗
██║░░██║██║░░██║██║░░░░░██║░░░░░░░░██║░░░  ██║░╚███║███████╗░░╚██╔╝░╚██╔╝░  ░░░██║░░░███████╗██║░░██║██║░░██║
╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░░░░╚═╝░░░  ╚═╝░░╚══╝╚══════╝░░░╚═╝░░░╚═╝░░  ░░░╚═╝░░░╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝
Posted by: Guest on December-31-2021
-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