exercism.org/python/hello-world/.exercism/config.json

34 lines
649 B
JSON
Raw Normal View History

2024-03-24 18:34:11 +01:00
{
"authors": [
"michaelem"
],
"contributors": [
"behrtam",
"cmccandless",
"Dog",
"hebertjulio",
"ikhadykin",
"kytrinyx",
"N-Parsons",
"NobbZ",
"pheanex",
"skeskali",
"Sukhj1nder",
"tqa236"
],
"files": {
"solution": [
"hello_world.py"
],
"test": [
"hello_world_test.py"
],
"example": [
".meta/example.py"
]
},
"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"
}