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

Programmer Humor

32263 readers
66 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 month 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] 13 points 1 month ago
fn main(){
    println!("hello world");
}