This commit is contained in:
2023-07-25 22:34:22 +02:00
parent 619044ad23
commit e0d01e1c8d
18 changed files with 29635 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"authors": [
"angelikatyborska"
],
"contributors": [
"SleeplessByte"
],
"files": {
"solution": [
"darts.ts"
],
"test": [
"darts.test.ts"
],
"example": [
".meta/proof.ci.ts"
]
},
"blurb": "Write a function that returns the earned points in a single toss of a Darts game.",
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
}
+1
View File
@@ -0,0 +1 @@
{"track":"typescript","exercise":"darts","id":"74acea877ee9498b8ce3fda662ae6659","url":"https://exercism.org/tracks/typescript/exercises/darts","handle":"briemens","is_requester":true,"auto_approve":false}