mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-14 12:14:35 +01:00
37 lines
602 B
JSON
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"
|
|
]
|
|
}
|
|
}
|