From 75b7156dc65a7fa042b73dd9aa8077220976d0bb Mon Sep 17 00:00:00 2001 From: Santa Bhai <93035457+santabhai@users.noreply.github.com> Date: Sat, 23 Oct 2021 16:28:50 +0530 Subject: [PATCH] adding php form to check if the year is leap year --- 2/leap_year.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 2/leap_year.php diff --git a/2/leap_year.php b/2/leap_year.php new file mode 100644 index 0000000..95b4a07 --- /dev/null +++ b/2/leap_year.php @@ -0,0 +1,30 @@ + +
+ + + +