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,22 @@
{
"authors": [
"amscotti"
],
"contributors": [
"Stargator",
"kytrinyx"
],
"files": {
"solution": [
"lib/two_fer.dart"
],
"test": [
"test/two_fer_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Create a sentence of the form \"One for X, one for me.\".",
"source_url": "https://github.com/exercism/problem-specifications/issues/757"
}

View File

@@ -0,0 +1 @@
{"track":"dart","exercise":"two-fer","id":"17fe0422f65a4b7094dbe3d0df9c5885","url":"https://exercism.org/tracks/dart/exercises/two-fer","handle":"br0xen","is_requester":true,"auto_approve":false}