Parallel Letter Frequency
This commit is contained in:
parent
3ca9867a11
commit
af89290bbc
45 changed files with 2862 additions and 0 deletions
36
bash/hello-world/.exercism/config.json
Normal file
36
bash/hello-world/.exercism/config.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"blurb": "Exercism's classic introductory exercise. Just say \"Hello, World!\".",
|
||||
"source": "This is an exercise to introduce users to using Exercism",
|
||||
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue