Space age

This commit is contained in:
2022-11-02 22:02:29 +01:00
parent 7200564726
commit 419e22e008
13 changed files with 16281 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"blurb": "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.",
"authors": ["masters3d"],
"contributors": ["lukaszklis", "SleeplessByte"],
"files": {
"solution": ["space-age.ts"],
"test": ["space-age.test.ts"],
"example": [".meta/proof.ci.ts"]
},
"source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.",
"source_url": "http://pine.fm/LearnToProgram/?Chapter=01"
}
@@ -0,0 +1 @@
{"track":"typescript","exercise":"space-age","id":"a1349e6c90a443849a9a60670b23c029","url":"https://exercism.org/tracks/typescript/exercises/space-age","handle":"briemens","is_requester":true,"auto_approve":false}