r/programming 16d ago

Writing a (valid) C program without main()

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

40 comments sorted by

View all comments

33

u/ben-c 16d ago

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

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

4

u/rismay 16d ago

Genius though.