@ -0,0 +1,5 @@
with Text_IO; use Text_IO;
procedure hello is
begin
Put_Line("Hello world!");
end hello;