chessboard

This commit is contained in:
2023-12-22 20:50:25 -05:00
parent 42bdf9694e
commit 3b19351ce4
11 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"authors": [
"angelikatyborska"
],
"contributors": [
"neenjaw"
],
"files": {
"solution": [
"lib/chessboard.ex"
],
"test": [
"test/chessboard_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about ranges by generating a chessboard."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"chessboard","id":"639c84f70f71467b9140bcfcb8a192d4","url":"https://exercism.org/tracks/elixir/exercises/chessboard","handle":"negrienko","is_requester":true,"auto_approve":false}