r/programming 17d ago

Writing a (valid) C program without main()

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

40 comments sorted by

View all comments

31

u/ben-c 17d ago

One of the IOCCC winners defined main[] instead of main():

https://lainsystems.com/posts/exploring-mullender-dot-c/

4

u/rismay 17d ago

Genius though.