{ "authors": [ "nono" ], "contributors": [ "lpil" ], "files": { "solution": [ "src/difference_of_squares.gleam" ], "test": [ "test/difference_of_squares_test.gleam" ], "example": [ ".meta/example.gleam" ], "invalidator": [ "gleam.toml", "manifest.toml" ] }, "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" }