Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
AlternateWalls
2021-10-11 09:36:34 -04:00
committed by GitHub
parent 82b6e16ae4
commit 86f11e1821

View File

@@ -100,7 +100,10 @@ static void test() {
assert(findEaster(1400).day == 0); // Should return true
}
// Main
/**
* @brief Main function
* @returns 0 on exit
*/
int main() {
test(); // run self-test implementations
return 0;