22 lines
433 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"authors": [
"amscotti"
],
"contributors": [
"kytrinyx"
],
"files": {
"solution": [
"lib/darts.dart"
],
"test": [
"test/darts_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"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"
}