xin/templates/ada/thing.adb

7 lines
97 B
Ada
Raw Normal View History

2022-09-19 07:16:39 -06:00
with Ada.Text_IO; use Ada.Text_IO;
procedure Thing is
begin
Put_Line ("Hi Thing!");
end Thing;