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,24 @@
{
"authors": [
"SuperPaintman"
],
"contributors": [
"jvarness",
"Stargator",
"kytrinyx"
],
"files": {
"solution": [
"lib/leap.dart"
],
"test": [
"test/leap_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://coderanch.com/t/718816/Leap"
}

View File

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