A simple implementation of the Zeller's Conguence Theorem written in Python.
Use a python interpreter on main.py
.
git clone https://github.com/Urpagin/Weekday/ && cd Weekday && python main.py
Only supports AD years; the implementation does not support BCE years.