codinasion/program
The issue has been closed
Write a Rust program to split string into array of words #5655
harshraj8843 posted onGitHub
Description
Write a Rust program to split string into array of words
Input : "hello world"
Output : ["hello", "world"]
<details> <summary>How to contribute</summary>
- Save the solution in
split_string_into_array_of_words.rs
file - Add
split_string_into_array_of_words.rs
file inprogram/split-string-into-array-of-words
folder
</details>