Learning Dart
This commit is contained in:
21
dart/high-scores/.exercism/config.json
Normal file
21
dart/high-scores/.exercism/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"Stargator"
|
||||
],
|
||||
"contributors": [
|
||||
"kytrinyx"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/high_scores.dart"
|
||||
],
|
||||
"test": [
|
||||
"test/high_scores_test.dart"
|
||||
],
|
||||
"example": [
|
||||
".meta/lib/example.dart"
|
||||
]
|
||||
},
|
||||
"blurb": "Manage a player's High Score list.",
|
||||
"source": "Tribute to the eighties' arcade game Frogger"
|
||||
}
|
1
dart/high-scores/.exercism/metadata.json
Normal file
1
dart/high-scores/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"dart","exercise":"high-scores","id":"e1163b0f12f0433285f8a023fd2e07f0","url":"https://exercism.org/tracks/dart/exercises/high-scores","handle":"br0xen","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user