exercism/yamlscript/hello-world/.exercism/config.json
2025-05-06 18:36:59 +03:00

23 lines
497 B
JSON

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