Files
exercism-workspace/hello-world/.exercism/config.json
Alexander Heldt 2a39dced2f hello-world
2025-10-29 20:09:30 +01:00

28 lines
581 B
JSON

{
"authors": [
"lpil"
],
"contributors": [
"ggpasqualino",
"itsgreggreg"
],
"files": {
"solution": [
"src/hello_world.gleam"
],
"test": [
"test/hello_world_test.gleam"
],
"example": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"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"
}