mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
Update others/easter.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
* @author AlternateWalls (https://github.com/AlternateWalls)
|
||||
*/
|
||||
|
||||
//Includes
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <cassert> /// for assert
|
||||
#include <iostream> /// for IO operations
|
||||
|
||||
/*
|
||||
* @brief Contains information for Easter date
|
||||
|
||||
Reference in New Issue
Block a user