config.json 583 B

123456789101112131415161718192021222324252627
  1. {
  2. "authors": [],
  3. "contributors": [
  4. "arueckauer",
  5. "dkinzer",
  6. "kunicmarko20",
  7. "kytrinyx",
  8. "lafent",
  9. "petemcfarlane",
  10. "Scientifica96",
  11. "mk-mxp"
  12. ],
  13. "files": {
  14. "solution": [
  15. "DifferenceOfSquares.php"
  16. ],
  17. "test": [
  18. "DifferenceOfSquaresTest.php"
  19. ],
  20. "example": [
  21. ".meta/example.php"
  22. ]
  23. },
  24. "blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
  25. "source": "Problem 6 at Project Euler",
  26. "source_url": "https://projecteuler.net/problem=6"
  27. }