mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
Update others/easter.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
class EasterYearMonthDay
|
||||
{
|
||||
public:
|
||||
int year; // Year Easter is on
|
||||
int month; // Month Easter is on
|
||||
int day; // Day Easter is on
|
||||
int year; ///< year Easter is on
|
||||
int month; ///< month Easter is on
|
||||
int day; ///< day Easter is on
|
||||
|
||||
EasterYearMonthDay(int newYear, int newMonth, int newDay)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user