Initial upload
This commit is contained in:
32
go/pythagorean-triplet/.exercism/config.json
Normal file
32
go/pythagorean-triplet/.exercism/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
1
go/pythagorean-triplet/.exercism/metadata.json
Normal file
1
go/pythagorean-triplet/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"go","exercise":"pythagorean-triplet","id":"0e897c0fbe50436d8a7e3f121f06ac6d","url":"https://exercism.org/tracks/go/exercises/pythagorean-triplet","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user