Files
Exercism/julia/currency-exchange/.exercism/config.json

22 lines
371 B
JSON

{
"authors": [
"colinleach"
],
"files": {
"solution": [
"currency-exchange.jl"
],
"test": [
"runtests.jl"
],
"exemplar": [
".meta/exemplar.jl"
]
},
"forked_from": [
"python/currency-exchange"
],
"icon": "hyperia-forex",
"blurb": "Learn about numbers by solving Chandler's currency exchange conundrums."
}