24 lines
543 B
JSON
24 lines
543 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"devkabiir"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"Stargator",
|
||
|
"kytrinyx"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/space_age.dart"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/space_age_test.dart"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/lib/example.dart"
|
||
|
]
|
||
|
},
|
||
|
"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/?Chapter=01"
|
||
|
}
|