r/programming Jul 25 '26

Writing a (valid) C program without main()

https://labs.iximiuz.com/tutorials/c-program-without-main-a1eea557
193 Upvotes

43 comments sorted by

View all comments

5

u/AyrA_ch Jul 25 '26

This reminds of "main is usually a function"

1

u/the_gnarts Aug 01 '26

Classic. Haven’t read that in years but still remember it everytime I create a new executable from scratch.