This should work: fn main() { let c = "hello"; println!("{}", c); }. The string "{}" is a template where {} will be replaced by the next ...
確定! 回上一頁