Files
exercism-rust/all-your-base/.exercism/config.json
2022-08-04 23:58:25 +02:00

37 lines
602 B
JSON

{
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base.",
"authors": [
"jonasbb"
],
"contributors": [
"CGMossa",
"coriolinus",
"cwhakes",
"efx",
"ErikSchierboom",
"IanWhitney",
"lutostag",
"mkantor",
"navossoc",
"nfiles",
"pedantic79",
"petertseng",
"rofrol",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/all-your-base.rs"
],
"example": [
".meta/example.rs"
]
}
}