config.json 506 B

12345678910111213141516171819202122
  1. {
  2. "authors": [],
  3. "contributors": [
  4. "masters3d",
  5. "Scientifica96",
  6. "SleeplessByte"
  7. ],
  8. "files": {
  9. "solution": [
  10. "difference-of-squares.ts"
  11. ],
  12. "test": [
  13. "difference-of-squares.test.ts"
  14. ],
  15. "example": [
  16. ".meta/proof.ci.ts"
  17. ]
  18. },
  19. "blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
  20. "source": "Problem 6 at Project Euler",
  21. "source_url": "https://projecteuler.net/problem=6"
  22. }