return always returns back from the method to the
point where the method was called. This is valid only
if the called method ('main' in this case) has void as
the return parameter.
Here, since 'main' is called by the java environment,
return takes you back to the OS.