mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-11 00:00:04 +03:00
Compare commits
No commits in common. "18a9a2e7910319453ca8b72d4d6584c74db00bc0" and "e6228e92b4df766bddb8524ed42d66690348f100" have entirely different histories.
18a9a2e791
...
e6228e92b4
|
@ -14,7 +14,7 @@
|
||||||
// - Trim the string
|
// - Trim the string
|
||||||
// - Append "bar" to the string a specified amount of times
|
// - Append "bar" to the string a specified amount of times
|
||||||
// The exact form of this will be:
|
// The exact form of this will be:
|
||||||
// - The input is going to be a Vector of 2-length tuples,
|
// - The input is going to be a Vector of a 2-length tuple,
|
||||||
// the first element is the string, the second one is the command.
|
// the first element is the string, the second one is the command.
|
||||||
// - The output element is going to be a Vector of strings.
|
// - The output element is going to be a Vector of strings.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue