Skip to content

Instantly share code, notes, and snippets.

@JeremyGrosser
Created March 25, 2020 23:00
Show Gist options
  • Save JeremyGrosser/427366e4faa4d7f6ec94af8245915cf2 to your computer and use it in GitHub Desktop.
Save JeremyGrosser/427366e4faa4d7f6ec94af8245915cf2 to your computer and use it in GitHub Desktop.
with Ada.Text_IO;
procedure Example is
use Ada.Text_IO;
begin
Put_Line ("Foo"); -- This is Ada.Text_IO.Put_Line if we don't have the use statement.
end Example;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment