Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
AlternateWalls
2021-10-11 09:37:02 -04:00
committed by GitHub
parent 5f37485e25
commit aae0d47525

View File

@@ -75,11 +75,11 @@ EasterYearMonthDay findEaster(int y) {
}
}
/**
* @brief Self-test implementations
* @returns void
*/
static void test() {
/*
* @brief Inputting different year values and comparing the outputs to a
* calendar
*/
// 2003 | April 20th
assert(findEaster(2003).month == 4); // Should return true