Compute the exact date of Easter Sunday for any given year using the Gregorian algorithm.
Constraints
Example
> easter_date(2024) '2024-03-31' > easter_date(2023) '2023-04-09' > easter_date(2000) '2000-04-23'
Recent Submissions
No submissions yet — hit Run Tests to try!
Hints