Playground

by #

with Ada.Text_IO; use Ada.Text_IO;
procedure Hello is
begin
	Put_Line ("hello, ada!");
end Hello;