config.json 706 B

1234567891011121314151617181920212223242526
  1. {
  2. "authors": [],
  3. "contributors": [
  4. "arueckauer",
  5. "dkinzer",
  6. "kenden",
  7. "kunicmarko20",
  8. "kytrinyx",
  9. "lafent",
  10. "petemcfarlane"
  11. ],
  12. "files": {
  13. "solution": [
  14. "Raindrops.php"
  15. ],
  16. "test": [
  17. "RaindropsTest.php"
  18. ],
  19. "example": [
  20. ".meta/example.php"
  21. ]
  22. },
  23. "blurb": "Convert a number to a string, the content of which depends on the number's factors.",
  24. "source": "A variation on FizzBuzz, a famous technical interview question that is intended to weed out potential candidates. That question is itself derived from Fizz Buzz, a popular children's game for teaching division.",
  25. "source_url": "https://en.wikipedia.org/wiki/Fizz_buzz"
  26. }