Because main() marks the entry point, a program doesn't work if main() isn't there or doesn't look like it's supposed to.

We'll talk about main() in greater detail a little later. In the meantime, let's put everything we write in it!

We should use parentheses () with main for it to function correctly.