Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created June 21, 2014 15:46
Show Gist options
  • Select an option

  • Save mgroves/fc46ced026d8ba81ce25 to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/fc46ced026d8ba81ce25 to your computer and use it in GitHub Desktop.
with Text_IO;
procedure Hello_World is
begin
Text_IO.Put_line("Hello World!");
end Hello_World;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment