Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a Ruby program to split string into array of words #4300

Closed
Tracked by #4284
harshraj8843 opened this issue Dec 10, 2022 · 0 comments
Closed
Tracked by #4284

Write a Ruby program to split string into array of words #4300

harshraj8843 opened this issue Dec 10, 2022 · 0 comments
Assignees
Labels
closed closed issues/PRs good first issue Good for newcomers Ruby ruby related

Comments

@harshraj8843
Copy link
Contributor

Description

Write a Ruby program to split string into array of words

Input  : "hello world"
Output : ["hello", "world"]
How to contribute
  • Save the solution in SplitStringIntoArrayOfWords.rb file
  • Add SplitStringIntoArrayOfWords.rb file in program/split-string-into-array-of-words folder
@harshraj8843 harshraj8843 added good first issue Good for newcomers Ruby ruby related labels Dec 10, 2022
@anandfresh anandfresh self-assigned this Dec 11, 2022
@codinasion-bot codinasion-bot bot added the closed closed issues/PRs label Dec 11, 2022
@harshraj8843 harshraj8843 added good first issue Good for newcomers closed closed issues/PRs Ruby ruby related labels May 29, 2023
@harshraj8843 harshraj8843 transferred this issue from codinasion/program May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed closed issues/PRs good first issue Good for newcomers Ruby ruby related
Projects
None yet
Development

No branches or pull requests

2 participants