config.json 467 B

12345678910111213141516171819202122232425
  1. {
  2. "authors": [],
  3. "contributors": [
  4. "arueckauer",
  5. "dkinzer",
  6. "kunicmarko20",
  7. "kytrinyx",
  8. "lafent",
  9. "petemcfarlane"
  10. ],
  11. "files": {
  12. "solution": [
  13. "Leap.php"
  14. ],
  15. "test": [
  16. "LeapTest.php"
  17. ],
  18. "example": [
  19. ".meta/example.php"
  20. ]
  21. },
  22. "blurb": "Determine whether a given year is a leap year.",
  23. "source": "CodeRanch Cattle Drive, Assignment 3",
  24. "source_url": "https://coderanch.com/t/718816/Leap"
  25. }