220
submitted 1 week ago by [email protected] to c/[email protected]
top 6 comments
sorted by: hot top controversial new old
[-] [email protected] 35 points 1 week ago

In an ASMR voice:

f n space main open parenthesis close parenthesis space open curly bracket line return indent print l n exclamation mark open parenthesis open quote hello world close quote close parenthesis semicolon line return close curly bracket

[-] [email protected] 12 points 1 week ago
fn main(){
    println!("hello world");
}
[-] [email protected] 10 points 1 week ago

People playing Rust code while they sleep so they can learn it through osmosis.

[-] [email protected] 6 points 1 week ago

That could take a lifetime!

[-] [email protected] 8 points 1 week ago

I've seen code with binary data (such as icons) baked into constants. I can't wait for the three hour narration of base64 encoded pngs.

[-] [email protected] 2 points 1 week ago

Use YouTube as a storage

this post was submitted on 08 Sep 2024
220 points (97.0% liked)

Programmer Humor

32050 readers
1838 users here now

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

Rules:

founded 5 years ago
MODERATORS