gitignored
This commit is contained in:
parent
11454b1346
commit
0ef500d9ef
11 changed files with 347 additions and 1 deletions
23
yamlscript/hello-world/.exercism/config.json
Normal file
23
yamlscript/hello-world/.exercism/config.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"authors": [
|
||||
"ingydotnet"
|
||||
],
|
||||
"contributors": [
|
||||
"m-dango"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"hello-world.ys"
|
||||
],
|
||||
"test": [
|
||||
"hello-world-test.ys",
|
||||
"Makefile"
|
||||
],
|
||||
"example": [
|
||||
".meta/hello-world.ys"
|
||||
]
|
||||
},
|
||||
"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