mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-27 00:00:03 +03:00
Merge 95d2cb94fd
into 8d0aa11a35
This commit is contained in:
commit
963c466c2c
|
@ -11,7 +11,7 @@ fn trim_me(input: &str) -> String {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn compose_me(input: &str) -> String {
|
fn compose_me(input: &str) -> String {
|
||||||
// TODO: Add " world!" to the string! There's multiple ways to do this!
|
// TODO: Add " world!" to the string! There're multiple ways to do this!
|
||||||
???
|
???
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue