reto01 añadido el espacio

This commit is contained in:
2023-06-13 16:35:02 +02:00
parent 0cb757c9e4
commit fbf3cad39a

View File

@@ -52,6 +52,8 @@ fn main() {
//println!("es->{}", respuesta[index]);
textfinal += &respuesta[index].to_string();
}
} else if item == " ".to_string() {
textfinal += &" ".to_string()
}
}
println!("{}", textfinal)