hello-world
This commit is contained in:
27
hello-world/.exercism/config.json
Normal file
27
hello-world/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
hello-world/.exercism/metadata.json
Normal file
1
hello-world/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"gleam","exercise":"hello-world","id":"ab11dc96cef848f382e32bfa81e1b55a","url":"https://exercism.org/tracks/gleam/exercises/hello-world","handle":"fw353qwgs","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user