mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
29 lines
607 B
JSON
29 lines
607 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|