first commit

This commit is contained in:
markgerrard
2026-03-17 20:44:57 +00:00
commit e9354a7920
49 changed files with 1529 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":"f3b4229766be432cba603a0eaa6817c2","url":"https://exercism.org/tracks/gleam/exercises/difference-of-squares","handle":"limpit","is_requester":true,"auto_approve":false}