MasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 1 year agoLabels go brrrrlemm.eeimagemessage-square33linkfedilinkarrow-up1203arrow-down124cross-posted to: programmer_humor@programming.dev
arrow-up1179arrow-down1imageLabels go brrrrlemm.eeMasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 1 year agomessage-square33linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarerenegadespork@lemmy.jelliefrontier.netlinkfedilinkEnglisharrow-up4·1 year agolet comment: String = String::from(“lol”); println!(“{}”, comment);
minus-squareBogasse@lemmy.mllinkfedilinkarrow-up12·1 year agoprintln!("{comment}"); C’mon, it’s 2025!
minus-squarespacecadet@lemm.eelinkfedilinkarrow-up0arrow-down1·1 year agoNot inside a main function, won’t pass rust compiler check
let comment: String = String::from(“lol”);
println!(“{}”, comment);
println!("{comment}");C’mon, it’s 2025!
Not inside a main function, won’t pass rust compiler check