Main() function explanation

The main() function is what actually gets executed by the computer. We may write our own functions, classes and so on, but we need to put them in the main functuion if we want to use them.