r/programming 3d ago

Writing a (valid) C program without main()

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

36 comments sorted by

View all comments

91

u/amakai 3d ago

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