few, FINALLY BUILDED
This commit is contained in:
parent
b50153dcfe
commit
c96be01371
11 changed files with 18204 additions and 0 deletions
28
cpp/hello-world/.exercism/config.json
Normal file
28
cpp/hello-world/.exercism/config.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue