From 82b6e16ae41a13070878c907aecae6b2844bbd59 Mon Sep 17 00:00:00 2001 From: AlternateWalls <71268229+AlternateWalls@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:36:28 -0400 Subject: [PATCH] Update others/easter.cpp Co-authored-by: David Leal --- others/easter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/easter.cpp b/others/easter.cpp index f154566f2..c3561cd9d 100644 --- a/others/easter.cpp +++ b/others/easter.cpp @@ -102,6 +102,6 @@ static void test() { // Main int main() { - test(); + test(); // run self-test implementations return 0; }