Initial commit

This commit is contained in:
2022-08-04 23:58:25 +02:00
commit ff1c36fc24
447 changed files with 9869 additions and 0 deletions

View 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"
}

View 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}