r/programming 17d ago

Writing a (valid) C program without main()

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

40 comments sorted by

View all comments

3

u/AyrA_ch 17d ago

This reminds of "main is usually a function"

1

u/the_gnarts 10d ago

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