You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I very like the Rust lang, We strongly hope to add syntax to template output:
fn main(){
let string = “test”;
println!("${string}");
// "test"
//or
println!("{string}");
// "test"
}