You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
676 B
33 lines
676 B
{ |
|
"blurb": "The classical introductory exercise. Just say \"Hello, World!\"", |
|
"authors": [ |
|
"JacobMikkelsen" |
|
], |
|
"contributors": [ |
|
"bcc32", |
|
"benkelaar", |
|
"gea-migration", |
|
"h-3-0", |
|
"kytrinyx", |
|
"patricksjackson", |
|
"QLaille", |
|
"RealBarrettBrown", |
|
"ryanplusplus", |
|
"siebenschlaefer", |
|
"wolf99" |
|
], |
|
"files": { |
|
"solution": [ |
|
"hello_world.c", |
|
"hello_world.h" |
|
], |
|
"test": [ |
|
"test_hello_world.c" |
|
], |
|
"example": [ |
|
".meta/example.c" |
|
] |
|
}, |
|
"source": "This is an exercise to introduce users to using Exercism", |
|
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program" |
|
}
|
|
|