We'll talk about main() in greater detail a little later. In the meantime, let's put everything we write in it!
main()
We should use parentheses () with main for it to function correctly.
()
main