this post was submitted on 11 Feb 2025
372 points (95.4% liked)

Programmer Humor

35511 readers
163 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] 33 points 2 months ago* (last edited 2 months ago) (3 children)

Any void main(){...} enjoyers?

[–] [email protected] 5 points 2 months ago

while (true) {...}

[–] [email protected] 1 points 2 months ago

int main(void) { . . . } for me!