this post was submitted on 17 Jun 2023
150 points (98.7% liked)

Programmer Humor

32192 readers
493 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] 4 points 1 year ago (1 children)

Your closing } goes on a new line below at the same indent depth as the line containing the open {!

[โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago)
fn main() {
    println!("WTF?");
          }

PS: I know what you meant