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 Rust program to reverse words in a string #5015

Closed
Tracked by #4997
harshraj8843 opened this issue Jan 5, 2024 · 2 comments · Fixed by #5759
Closed
Tracked by #4997

Write a Rust program to reverse words in a string #5015

harshraj8843 opened this issue Jan 5, 2024 · 2 comments · Fixed by #5759
Assignees
Labels
closed closed issues/PRs good first issue Good for newcomers program Rust rust related

Comments

@harshraj8843
Copy link
Contributor

Description

Write a Rust program to reverse words in a string

Input  : "Hello World"
Output : "World Hello"

Contributed by - @Parvezkhan0

How to contribute
  • Fork this repository
  • Create a new branch
  • Save the solution in program/reverse-words-in-a-string/reverse_words_in_a_string.rs
  • Commit the changes
  • Create a pull request
@harshraj8843 harshraj8843 added good first issue Good for newcomers program Rust rust related labels Jan 5, 2024
@codinasion-bot
Copy link

codinasion-bot bot commented Jan 5, 2024

👋🏻 Hey @harshraj8843

💖 Thanks for opening this issue 💖

A team member should be by to give feedback soon.

@codinasion-bot codinasion-bot bot added the triage Waiting for review label Jan 5, 2024
@Riyazul555
Copy link
Contributor

!assign

@codinasion-bot codinasion-bot bot added closed closed issues/PRs and removed triage Waiting for review labels Jun 21, 2024
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 program Rust rust related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants