25 lines
448 B
JSON
25 lines
448 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|