exercism/elixir/complex-numbers/.exercism/config.json

20 lines
350 B
JSON
Raw Permalink Normal View History

2024-08-22 04:58:24 +00:00
{
"authors": [
"jiegillet"
],
"files": {
"solution": [
"lib/complex_numbers.ex"
],
"test": [
"test/complex_numbers_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Implement complex numbers.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Complex_number"
}