PowerShell - leap, raindrops, reverse-string, two-fer

This commit is contained in:
Xevion
2021-11-26 02:28:45 -06:00
parent e02f2ceabf
commit 3bd08f4c92
29 changed files with 569 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"blurb": "Given a year, report if it is a leap year.",
"authors": [
"spuder"
],
"contributors": [
"gyssels",
"kchenery"
],
"files": {
"solution": [
"LeapYear.ps1"
],
"test": [
"LeapYear.tests.ps1"
],
"example": [
".meta/LeapYear.example.ps1"
]
},
"source": "JavaRanch Cattle Drive, exercise 3",
"source_url": "http://www.javaranch.com/leap.jsp"
}

View File

@@ -0,0 +1 @@
{"track":"powershell","exercise":"leap","id":"0a3fd49cec7f4abab206a09b5accdf20","url":"https://exercism.org/tracks/powershell/exercises/leap","handle":"Xevion","is_requester":true,"auto_approve":false}