mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 23:30:48 -05:00
20 lines
449 B
JSON
20 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"
|
||
|
}
|