mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
commit
244ec8fbf2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ fn trim_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 are multiple ways to do this!
|
||||
???
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue