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

Programmer Humor

35551 readers
18 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
[–] lily33@lemm.ee 45 points 2 months ago* (last edited 2 months ago) (2 children)

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

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

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

[–] Thorry84 5 points 2 months ago

while (true) {...}

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

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

[–] CptKrkIsClmbngThMntn@hexbear.net 5 points 2 months ago

Very true, the less user input you have the safer your code will be.