Initial commit

This commit is contained in:
2023-12-17 00:26:14 -05:00
commit 59d97be20c
89 changed files with 3184 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"authors": [],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"George-Hudson",
"hanmd82",
"lpil",
"neenjaw",
"parkerl",
"rawkode",
"rubysolo",
"sotojuan",
"Teapane",
"Thrillberg",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/hello_world.ex"
],
"test": [
"test/hello_world_test.exs"
],
"example": [
".meta/example.ex"
]
},
"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":"elixir","exercise":"hello-world","id":"340d85562fad435f8086f4f8ab9cd916","url":"https://exercism.org/tracks/elixir/exercises/hello-world","handle":"negrienko","is_requester":true,"auto_approve":false}