1
0
www.mikescher.com/www/statics/euler/euler_019_explanation.md
2017-11-08 17:39:51 +01:00

3 lines
201 B
Markdown

In the first two rows we remember the day-count of each month.
First row is normal years, second row leap years.
Then we just enumerate through all days and test if its a Sunday and the first of month.