Learning Dart
This commit is contained in:
24
dart/leap/.exercism/config.json
Normal file
24
dart/leap/.exercism/config.json
Normal 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"
|
||||
}
|
1
dart/leap/.exercism/metadata.json
Normal file
1
dart/leap/.exercism/metadata.json
Normal 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}
|
Reference in New Issue
Block a user