this post was submitted on 11 Feb 2025
357 points (94.7% liked)

Programmer Humor

37754 readers
328 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] lily33@lemm.ee 39 points 6 months ago* (last edited 6 months ago) (1 children)

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

[–] Bogus5553@lemm.ee 29 points 6 months ago* (last edited 6 months ago) (3 children)

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

[–] Thorry84@feddit.nl 2 points 6 months ago

while (true) {...}

[–] CausticFlames@sopuli.xyz 1 points 6 months ago

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