exercism/cpp/hello-world/.exercism/config.json

29 lines
607 B
JSON
Raw Normal View History

{
"authors": [
"samsondstl"
],
"contributors": [
"elyashiv",
"jackhughesweb",
"KevinWMatthews",
"patricksjackson",
"sturzl"
],
"files": {
"solution": [
"hello_world.cpp",
"hello_world.h"
],
"test": [
"hello_world_test.cpp"
],
"example": [
".meta/example.cpp",
".meta/example.h"
]
},
"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"
}