hello-world

This commit is contained in:
Alexander Heldt
2025-10-29 20:09:30 +01:00
parent 47bf569beb
commit 2a39dced2f
9 changed files with 160 additions and 0 deletions

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

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