mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
20 lines
360 B
JSON
20 lines
360 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"massivelivefun"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"leap.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_leap.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
}
|