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;