Update others/easter.cpp

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

View File

@@ -102,6 +102,6 @@ static void test() {
// Main
int main() {
test();
test(); // run self-test implementations
return 0;
}