xin/templates/ada/thing.adb

7 lines
97 B
Ada

with Ada.Text_IO; use Ada.Text_IO;
procedure Thing is
begin
Put_Line ("Hi Thing!");
end Thing;