diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4faec1 --- /dev/null +++ b/README.md @@ -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. diff --git a/index.html b/index.html index 985335b..e0f653a 100644 --- a/index.html +++ b/index.html @@ -133,6 +133,8 @@ Licensed under the MIT License. Source code available on git. + +
v1.2.8