this post was submitted on 01 Apr 2025
33 points (88.4% liked)

Programmer Humor

35007 readers
12 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

let comment: String = String::from(“lol”);
println!(“{}”, comment);

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)
println!("{comment}");

C'mon, it's 2025!