this post was submitted on 08 Sep 2024
222 points (97.4% liked)

Programmer Humor

32050 readers
1388 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
[โ€“] atmur@lemmy.world 35 points 1 week ago (1 children)

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

[โ€“] exu@feditown.com 12 points 1 week ago
fn main(){
    println!("hello world");
}