All C language programs must have a main() function. It's the core of every program but what was the purpose of including the "Main" function in the Ring programming language ?
what is the difference between this program
see "hello, world!"
and another one contains the Main function!
func main
see "hello, world!"
Is this because someone would make a lot of statements as a preparation then use the "Main" function to start the execution of the real logic?