In this chapter, let's get back to that mysterious Main () method!

As we've seen, Main () is the entry point of any program we write.

Sweet! "Hi!" would never show if we didn't have a Main () method in a class that calls it.

Aren't we past these methods in this chapter?