Files
exercism/powershell/hello-world/.exercism/config.json
2021-11-26 00:59:55 -06:00

27 lines
546 B
JSON

{
"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"
}