24 lines
543 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"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"
}