33 lines
631 B
JSON
33 lines
631 B
JSON
{
|
|
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product a * b * c.",
|
|
"authors": [
|
|
"soniakeys"
|
|
],
|
|
"contributors": [
|
|
"alebaffa",
|
|
"bitfield",
|
|
"ekingery",
|
|
"ferhatelmas",
|
|
"hilary",
|
|
"kytrinyx",
|
|
"leenipper",
|
|
"petertseng",
|
|
"robphoenix",
|
|
"sebito91",
|
|
"tleen"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"pythagorean_triplet.go"
|
|
],
|
|
"test": [
|
|
"pythagorean_triplet_test.go"
|
|
],
|
|
"example": [
|
|
".meta/example.go"
|
|
]
|
|
},
|
|
"source": "Problem 9 at Project Euler",
|
|
"source_url": "http://projecteuler.net/problem=9"
|
|
}
|