From 122c835b8a41ede1c48c0e81ed025674f04926e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Doblas=20Jim=C3=A9nez?= Date: Tue, 3 Aug 2021 11:30:09 +0200 Subject: [PATCH] Change quotation --- src/Julia/Problem019.jl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Julia/Problem019.jl b/src/Julia/Problem019.jl index a9b9955..3485c97 100644 --- a/src/Julia/Problem019.jl +++ b/src/Julia/Problem019.jl @@ -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