mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-06 12:07:13 +08:00
Update others/easter.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -44,7 +44,6 @@ class EasterYearMonthDay {
|
||||
* @returns An instance of the easterYearMonthDay calss that contains the
|
||||
* information (Ex. 420 - 4/20 or April 20th)
|
||||
*/
|
||||
|
||||
EasterYearMonthDay findEaster(int y) {
|
||||
if (y > 1582) {
|
||||
int a = y % 19; // Year's location on Metonic Calendar
|
||||
|
||||
Reference in New Issue
Block a user