config.json 503 B

1234567891011121314151617181920212223242526
  1. {
  2. "authors": [
  3. "Pierre-Vdsp"
  4. ],
  5. "contributors": [
  6. "arueckauer",
  7. "dstockto",
  8. "kunicmarko20",
  9. "kytrinyx",
  10. "yisraeldov"
  11. ],
  12. "files": {
  13. "solution": [
  14. "Luhn.php"
  15. ],
  16. "test": [
  17. "LuhnTest.php"
  18. ],
  19. "example": [
  20. ".meta/example.php"
  21. ]
  22. },
  23. "blurb": "Given a number determine whether or not it is valid per the Luhn formula.",
  24. "source": "The Luhn Algorithm on Wikipedia",
  25. "source_url": "https://en.wikipedia.org/wiki/Luhn_algorithm"
  26. }