exercism-elixir/file-sniffer/.exercism/config.json
2022-02-11 06:56:31 -04:00

21 lines
391 B
JSON

{
"blurb": "Learn about binaries by verifying the mime type of files uploaded to your server.",
"authors": [
"neenjaw"
],
"contributors": [
"angelikatyborska"
],
"files": {
"solution": [
"lib/file_sniffer.ex"
],
"test": [
"test/file_sniffer_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}