Learning Dart

This commit is contained in:
2023-04-06 11:35:43 -05:00
parent fab045379a
commit b16a5813cc
92 changed files with 6437 additions and 21 deletions

View 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"
}

View 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}