Closed DivergentClouds closed 1 year ago
The spec says:
If it defines a main function, this is considered the entry-point for the program.
main
however, the entry point of a program without a main function is undefined.
It's still undefined in the sense that it says they are libraries but not how to use libraries
The spec says:
however, the entry point of a program without a
main
function is undefined.