176
submitted 2 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 6 points 2 months ago* (last edited 2 months ago)

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

[-] [email protected] 13 points 2 months ago* (last edited 2 months ago)
println!("{comment}");

C'mon, it's 2025!

[-] [email protected] 0 points 2 months ago

Not inside a main function, won’t pass rust compiler check

[-] [email protected] 2 points 2 months ago

Just a snippet from a bigger function.

this post was submitted on 01 Apr 2025
176 points (88.9% liked)

Programmer Humor

36119 readers
402 users here now

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

Rules:

founded 5 years ago
MODERATORS