You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
713 B
37 lines
713 B
3 years ago
|
{
|
||
|
"blurb": "The classical introductory exercise. Just say \"Hello, World!\"",
|
||
|
"authors": [],
|
||
|
"contributors": [
|
||
|
"adelcambre",
|
||
|
"bkhl",
|
||
|
"budmc29",
|
||
|
"coreygo",
|
||
|
"glennj",
|
||
|
"guygastineau",
|
||
|
"IsaacG",
|
||
|
"kenden",
|
||
|
"kotp",
|
||
|
"kytrinyx",
|
||
|
"MattLewin",
|
||
|
"platinumthinker",
|
||
|
"quartzinquartz",
|
||
|
"rootulp",
|
||
|
"sjwarner-bp",
|
||
|
"Smarticles101",
|
||
|
"ZapAnton"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"hello_world.sh"
|
||
|
],
|
||
|
"test": [
|
||
|
"hello_world.bats"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.sh"
|
||
|
]
|
||
|
},
|
||
|
"source": "This is an exercise to introduce users to using Exercism",
|
||
|
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||
|
}
|