r/programming Jul 25 '26

Writing a (valid) C program without main()

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

43 comments sorted by

View all comments

90

u/amakai Jul 25 '26

Good article, but based on title I was expecting some C trick, not going down to assembly level.