reto01 añadido el espacio
This commit is contained in:
@@ -52,6 +52,8 @@ fn main() {
|
|||||||
//println!("es->{}", respuesta[index]);
|
//println!("es->{}", respuesta[index]);
|
||||||
textfinal += &respuesta[index].to_string();
|
textfinal += &respuesta[index].to_string();
|
||||||
}
|
}
|
||||||
|
} else if item == " ".to_string() {
|
||||||
|
textfinal += &" ".to_string()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println!("{}", textfinal)
|
println!("{}", textfinal)
|
||||||
|
|||||||
Reference in New Issue
Block a user