PowerShell - hello-world

This commit is contained in:
Xevion
2021-11-26 00:59:55 -06:00
parent 9676e3704d
commit e02f2ceabf
8 changed files with 155 additions and 0 deletions

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