This commit is contained in:
Oliver Davies 2020-07-04 21:11:13 +01:00
parent caf9f239a1
commit 7887455c41
3 changed files with 98 additions and 0 deletions

View file

@ -5,6 +5,7 @@ PHP code katas, tested with [Pest PHP][]. Based on exercises from [Exercism.io][
Includes:
- **Anagrams**: select an anagram for a word from a list of condidates.
- **Bob**: returns different responses based on input.
- **Grade School**: given students' names along with the grade that they are in, create a roster for the school.
- **Roman numerals**: convert a number into its roman numeral value.