codinasion/program

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 in program/split-string-into-array-of-words folder

</details>


Fund this Issue

$0.00
Funded

Pull requests