Open harshraj8843 opened 2 years ago
Write a Rust program to convert string to titlecase
Titlecase is a style of writing in which the first letter of each word is capitalized.
Input : "hello world" Output : "Hello World"
!assign
Description
Write a Rust program to convert string to titlecase
Titlecase is a style of writing in which the first letter of each word is capitalized.
How to contribute
- Save the solution in `program/program/convert-string-to-titlecase/program/convert_string_to_titlecase.rs` file