mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-23 08:20:30 +01:00
Initial commit
This commit is contained in:
38
reverse-string/.exercism/config.json
Normal file
38
reverse-string/.exercism/config.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"blurb": "Reverse a string",
|
||||
"authors": [
|
||||
"coriolinus"
|
||||
],
|
||||
"contributors": [
|
||||
"cbzehner",
|
||||
"ccouzens",
|
||||
"cwhakes",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"hunger",
|
||||
"lutostag",
|
||||
"ocstl",
|
||||
"PaulT89",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"rrredface",
|
||||
"stringparser",
|
||||
"TheDarkula",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/reverse-string.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
},
|
||||
"source": "Introductory challenge to reverse an input string",
|
||||
"source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
|
||||
}
|
||||
1
reverse-string/.exercism/metadata.json
Normal file
1
reverse-string/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"rust","exercise":"reverse-string","id":"c03f86d7d6bf42ee989170bc1067d1c7","url":"https://exercism.org/tracks/rust/exercises/reverse-string","handle":"ArthurDanjou","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user