Skip to content

Urpagin/Weekday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weekday

A simple implementation of the Zeller's Conguence Theorem written in Python.

How to run

Use a python interpreter on main.py.

git clone https://github.com/Urpagin/Weekday/ && cd Weekday && python main.py

Implementation

Only supports AD years; the implementation does not support BCE years.

Credits