mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-16 00:11:44 -06:00
PowerShell - hello-world
This commit is contained in:
26
powershell/hello-world/.exercism/config.json
Normal file
26
powershell/hello-world/.exercism/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"blurb": "The classical introductory exercise. Just say \"Hello, World!\"",
|
||||
"authors": [
|
||||
"spuder"
|
||||
],
|
||||
"contributors": [
|
||||
"gyssels",
|
||||
"kchenery",
|
||||
"kytrinyx",
|
||||
"marcus-crane",
|
||||
"masters3d"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"HelloWorld.ps1"
|
||||
],
|
||||
"test": [
|
||||
"HelloWorld.tests.ps1"
|
||||
],
|
||||
"example": [
|
||||
".meta/HelloWorld.example.ps1"
|
||||
]
|
||||
},
|
||||
"source": "This is an exercise to introduce users to using Exercism",
|
||||
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||||
}
|
||||
Reference in New Issue
Block a user