Add version number and README

This commit is contained in:
Florine W. Dekker 2020-03-14 13:07:27 +01:00
parent 82adb32c17
commit 8957cd7533
Signed by untrusted user: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 8 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Doomsday
Given a random date, can you determine the weekday of that date?
[Conway's Doomsday rule](https://en.wikipedia.org/wiki/Doomsday_rule) provides a simple set of steps to calculate the
weekday of any date in the Gregorian calendar.
This tool will help you practice the algorithm by giving you random dates to test on.
Set this as your homepage to get yourself to practice this every day.

View File

@ -133,6 +133,8 @@
Licensed under the
<a href="https://git.fwdekker.com/FWDekker/doomsday/src/branch/master/LICENSE">MIT License</a>.
Source code available on <a href="https://git.fwdekker.com/FWDekker/doomsday/">git</a>.
<div style="float: right;">v1.2.8</div>
</section>
</footer>
</main>