25 lines
534 B
JSON
25 lines
534 B
JSON
{
|
|
"authors": [
|
|
"jonboiser"
|
|
],
|
|
"contributors": [
|
|
"jonmcalder",
|
|
"katrinleinweber",
|
|
"ttnagata",
|
|
"zacchaeusluke"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"hello-world.R"
|
|
],
|
|
"test": [
|
|
"test_hello-world.R"
|
|
],
|
|
"example": [
|
|
".meta/example.R"
|
|
]
|
|
},
|
|
"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"
|
|
}
|