Day of the week: Difference between revisions

Content added Content deleted
(→‎{{header|C++}}: Removed boost usage)
Line 2,125: Line 2,125:
=={{header|EasyLang}}==
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
<syntaxhighlight lang="easylang">
func dayOfTheWeek year month day . result .
proc dayOfTheWeek year month day . result .
# Based on Conway's doomsday algorithm
# Based on Conway's doomsday algorithm
# 1. Calculate the doomsday for the century
# 1. Calculate the doomsday for the century