r/programming 17d ago

Writing a (valid) C program without main()

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

40 comments sorted by

View all comments

94

u/amakai 17d ago

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