Skip to content

Commit aea4176

Browse files
authored
Update README.md for christmas_day
1 parent b333d50 commit aea4176

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

katas/3-christmas_day/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# The Ghost of Christmas Past
1+
# The Ghost of Christmas Past 🎅🎄👻
22

3-
Christmas this year falls on a Wednesday!
3+
Christmas, this year, falls on a Wednesday!
44

55
But on which day did Christmas fall in years past?
66

77
## Problem Description
88

9-
Write a Ruby class that returns the correct weekday of Christmas Day for years past.
9+
Write a Ruby class that returns the correct weekday of Christmas Day for previous years.
1010

1111
## Requirements and Constraints
1212

1313
### Requirements
1414

15-
Your code should return the day of the week that Christmas Day was:
15+
Your code should return the name of the day of the week that Christmas Day was:
1616
- Officially celebrated
1717
- In England
1818
- Using the relative local date and time
1919

2020
### Constraints
2121

22-
**You may not use Ruby's Date, Time or any other third party library to perform date computations for you**.
22+
**You may not use Ruby's `Date` or `Time` classes, nor any other third party library to perform date computations for you**. Your solution should be derived from first-principles, implementing the logic yourself.
2323

2424
### Input Specifications
2525

@@ -37,4 +37,4 @@ See the attached tests.
3737

3838
1. Make sure your local repository is up to date with origin and you are on the `main` branch.
3939
2. `bin/cleo_katas attempt christmas_day`
40-
3. `ruby katas/3-christmas_day/[yourname]/test.rb`
40+
3. `ruby katas/3-christmas_day/[yourname]/test.rb`

0 commit comments

Comments
 (0)