this post was submitted on 08 Sep 2024
226 points (96.7% liked)

Programmer Humor

32415 readers
380 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 2 months 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 13 points 2 months ago
fn main(){
    println!("hello world");
}