https://github.com/gwleuverink/code-katas
Some simple coding exercises in PHP
https://github.com/gwleuverink/code-katas
Last synced: 3 months ago
JSON representation
Some simple coding exercises in PHP
- Host: GitHub
- URL: https://github.com/gwleuverink/code-katas
- Owner: gwleuverink
- License: mit
- Created: 2018-02-06T21:26:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T12:51:28.000Z (over 7 years ago)
- Last Synced: 2025-01-27T22:54:02.503Z (4 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# PHP Code katas
Just some exercises to keep myself busy and practice test-driving new features.
## The exercises
1. Prime factor generator
2. Roman numeral generator**TODO**
3. FizzBuzz
4. Gilded Rose