Skip to content

Commit

Permalink
finish strings1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyz-ing committed Jan 18, 2025
1 parent fd20531 commit fb28621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/strings/strings1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ fn main() {
}

fn current_favorite_color() -> String {
"blue"
String::from("blue")
}

0 comments on commit fb28621

Please sign in to comment.