@[email protected] to Programmer [email protected] • 4 months agoLabels go brrrrlemm.eeimagemessage-square36fedilinkarrow-up1201cross-posted to: [email protected]
arrow-up1201imageLabels go brrrrlemm.ee@[email protected] to Programmer [email protected] • 4 months agomessage-square36fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish6•edit-24 months agolet comment: String = String::from(“lol”); println!(“{}”, comment);
minus-square@[email protected]linkfedilink13•edit-24 months agoprintln!("{comment}"); C’mon, it’s 2025!
minus-square@[email protected]linkfedilink1•4 months agoNot inside a main function, won’t pass rust compiler check
minus-square@[email protected]linkfedilinkEnglish2•4 months agoJust a snippet from a bigger function.
let comment: String = String::from(“lol”);
println!(“{}”, comment);
C’mon, it’s 2025!
Not inside a main function, won’t pass rust compiler check
Just a snippet from a bigger function.