Initial upload
This commit is contained in:
21
elixir/captains-log/.exercism/config.json
Normal file
21
elixir/captains-log/.exercism/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"contributors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/captains_log.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/captains_log_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"blurb": "Learn about randomness and using Erlang libraries from Elixir by helping Mary generate stardates and starship registry numbers for her Star Trek themed pen-and-paper role playing sessions."
|
||||
}
|
1
elixir/captains-log/.exercism/metadata.json
Normal file
1
elixir/captains-log/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"captains-log","id":"42e6cfb7bfa94354a2597ab82ac8a8ba","url":"https://exercism.org/tracks/elixir/exercises/captains-log","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user