28 lines
581 B
JSON
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"
|
|
}
|