Initial commit

This commit is contained in:
2023-04-18 21:30:43 +02:00
commit 8a54eb45e8
32 changed files with 3636 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"authors": [],
"contributors": [
"adelcambre",
"bkhl",
"budmc29",
"coreygo",
"glennj",
"guygastineau",
"IsaacG",
"kenden",
"kotp",
"kytrinyx",
"MattLewin",
"platinumthinker",
"quartzinquartz",
"rootulp",
"sjwarner-bp",
"Smarticles101",
"ZapAnton"
],
"files": {
"solution": [
"hello_world.sh"
],
"test": [
"hello_world.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "The classical 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":"bash","exercise":"hello-world","id":"3dce080181714fc0ab9e2ccf610a3eac","url":"https://exercism.org/tracks/bash/exercises/hello-world","handle":"Kimawari","is_requester":true,"auto_approve":false}