rename statics/euler and sync b93 code with main repo
This commit is contained in:
3
www/statics/euler/Euler_Problem-019_explanation.md
Normal file
3
www/statics/euler/Euler_Problem-019_explanation.md
Normal file
@@ -0,0 +1,3 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user