1
1
Fork 0
exercism/r/hello-world/.exercism/config.json
Christina Sørensen f4bf341e34
feat(r): hello world
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-19 16:46:18 +01:00

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"
}