Initial upload

This commit is contained in:
2022-08-24 14:28:45 +02:00
parent c67653ddee
commit 57bc7b0289
370 changed files with 18479 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/take_a_number.ex"
],
"test": [
"test/take_a_number_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about processes and process identifiers by writing an embedded system for a Take-A-Number machine."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"take-a-number","id":"b2fcfcd6cdb644318950e405d687e28c","url":"https://exercism.org/tracks/elixir/exercises/take-a-number","handle":"halfdan","is_requester":true,"auto_approve":false}