this post was submitted on 11 Feb 2025
132 points (93.4% liked)

Programmer Humor

35897 readers
803 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] 10 points 3 months ago* (last edited 3 months ago) (1 children)

That is why I use just int main(){...} without arguments instead.

[–] [email protected] 11 points 3 months ago* (last edited 3 months ago) (2 children)

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

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

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