difference-of-squares

This commit is contained in:
Alexander Heldt
2025-10-30 20:49:10 +01:00
parent 17e35b1c6a
commit 2cc319d2f2
9 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"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"
}

View File

@@ -0,0 +1 @@
{"track":"gleam","exercise":"difference-of-squares","id":"2bb31aa09ec64970a4b28323cdba2ed1","url":"https://exercism.org/tracks/gleam/exercises/difference-of-squares","handle":"fw353qwgs","is_requester":true,"auto_approve":false}