{
  "authors": [
    "glennj"
  ],
  "files": {
    "solution": [
      "difference-of-squares.jq"
    ],
    "test": [
      "test-difference-of-squares.bats"
    ],
    "example": [
      ".meta/example.jq"
    ]
  },
  "blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
  "source": "Problem 6 at Project Euler",
  "source_url": "https://projecteuler.net/problem=6"
}