piston/packages/ada/2012/test.adb

7 lines
94 B
Ada
Raw Normal View History

2022-01-30 22:12:22 +01:00
with Ada.Text_IO;
use Ada.Text_IO;
procedure Code is
begin
Put_Line ("OK");
end Code;