hope everyone has a happy new year code example
Example 1: Happy New Year!
try {
Year year2020 = new Year(2020);
year2020.do();
} catch Covid19 {
System.out.println("Wow, 2020 sucked");
} finally {
Year year2021 = new Year(2021);
System.out.println("Happy new year!");
}
Example 2: Happy New Year!
#include <stdio.h>
char *NYM = "Happy New Year!!!";
if (date == "1-1-2021") {
printf(NYM);
}