Update README
This commit is contained in:
parent
8bbf415b6f
commit
caf9f239a1
11
README.md
11
README.md
|
@ -1 +1,12 @@
|
|||
# PHP katas with Pest PHP
|
||||
|
||||
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.
|
||||
- **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.
|
||||
|
||||
[exercism.io]: https://exercism.io
|
||||
[pest php]: https://pestphp.com
|
||||
|
|
Loading…
Reference in a new issue