In the Hello World, you were introduced to the package Ada.Text_IO, and how to use it in order to perform I/O operations within your program. Packages can be further manipulated to do many different things.
Renaming: To rename a package, you use the keyword renames in a package declaration, as such...