From 86f11e18212f2cdd894ba18e4ef58136c290960b Mon Sep 17 00:00:00 2001 From: AlternateWalls <71268229+AlternateWalls@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:36:34 -0400 Subject: [PATCH] Update others/easter.cpp Co-authored-by: David Leal --- others/easter.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/others/easter.cpp b/others/easter.cpp index c3561cd9d..b74066740 100644 --- a/others/easter.cpp +++ b/others/easter.cpp @@ -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;