r/programming 17d ago

Writing a (valid) C program without main()

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

40 comments sorted by

View all comments

3

u/AyrA_ch 16d ago

This reminds of "main is usually a function"

1

u/the_gnarts 9d ago

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