mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
375 B
14 lines
375 B
4 years ago
|
## Bloody Sunday
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
You were missioned to make the world more productive.
|
||
|
Your solution ? no more sundays,
|
||
|
you are ask to remove them from the existing calendar.
|
||
|
|
||
|
So now, a week is 6 days from monday to saturday.
|
||
|
|
||
|
To prove your point, create a `bloodySunday` function
|
||
|
that return what week day the given date is.
|
||
|
|
||
|
> note that the 01/01/0001 is still a monday.
|