1
1
Fork 0
exercism/jq/hello-world/.exercism/config.json
Christina Sørensen 0a4ebc2eb6
chore: init
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-03 15:51:11 +01:00

19 lines
434 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"hello-world.jq"
],
"test": [
"test-hello-world.bats"
],
"example": [
".meta/example.jq"
]
},
"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"
}