mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
19 lines
449 B
JSON
19 lines
449 B
JSON
{
|
|
"authors": [
|
|
"massivelivefun"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"difference_of_squares.zig"
|
|
],
|
|
"test": [
|
|
"test_difference_of_squares.zig"
|
|
],
|
|
"example": [
|
|
".meta/example.zig"
|
|
]
|
|
},
|
|
"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"
|
|
}
|