mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-15 10:11:47 -06:00
27 lines
546 B
JSON
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"
|
|
}
|