mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-02 01:57:02 +08:00
Update others/easter.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user