Change quotation

This commit is contained in:
David Doblas Jiménez 2021-08-03 11:30:09 +02:00
parent 7de498efb6
commit 122c835b8a

View File

@ -10,7 +10,7 @@ https://projecteuler.net/problem=19 =#
using Dates
function Problem19()
"""
#=
You are given the following information, but you may prefer to do some
research for yourself.
@ -24,8 +24,7 @@ function Problem19()
unless it is divisible by 400.
How many Sundays fell on the first of the month during the twentieth
century (1 Jan 1901 to 31 Dec 2000)?
"""
century (1 Jan 1901 to 31 Dec 2000)? =#
sundays = 0
for y in 1901:2000
for m in 1:12