Function puts

Source
pub fn puts<T: Display>(msg: &T)
Available on crate feature std only.
Expand description

=> println!("{msg}");