Clock
This commit is contained in:
12
typescript/clock/.exercism/config.json
Normal file
12
typescript/clock/.exercism/config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"blurb": "Implement a clock that handles times without dates.",
|
||||
"authors": ["rwaskiewicz"],
|
||||
"contributors": ["masters3d", "SleeplessByte"],
|
||||
"files": {
|
||||
"solution": ["clock.ts"],
|
||||
"test": ["clock.test.ts"],
|
||||
"example": [".meta/proof.ci.ts"]
|
||||
},
|
||||
"source": "Pairing session with Erin Drummond",
|
||||
"source_url": "https://twitter.com/ebdrummond"
|
||||
}
|
||||
1
typescript/clock/.exercism/metadata.json
Normal file
1
typescript/clock/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"clock","id":"632b2e852a304431b860ddb11884edf0","url":"https://exercism.org/tracks/typescript/exercises/clock","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user