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

Programmer Humor

32054 readers
1564 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] 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

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