forked from exercism/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 717 Bytes
/
config.json
File metadata and controls
34 lines (34 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"authors": [],
"contributors": [
"abhijitparida",
"behrtam",
"cmccandless",
"crsmi",
"Dog",
"gabriel376",
"gabriellhrn",
"ikhadykin",
"kytrinyx",
"lowks",
"N-Parsons",
"pheanex",
"sjakobi",
"tqa236",
"AndrewLawendy"
],
"files": {
"solution": [
"space_age.py"
],
"test": [
"space_age_test.py"
],
"example": [
".meta/example.py"
]
},
"blurb": "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.",
"source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.",
"source_url": "https://pine.fm/LearnToProgram/chap_01.html"
}