exercism/elixir/chessboard/.exercism/config.json

22 lines
352 B
JSON
Raw Normal View History

2023-12-23 01:50:25 +00:00
{
"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."
}