weidler
0
Q:

rust how to add character to string

let mut str = String::from("Hello World");
str.push('!');
0

New to Communities?

Join the community