1
0

7 lines
103 B
Ada
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
with Ada.Text_IO; use Ada.Text_IO;
procedure Program is
begin
Ada.Text_IO.Put("e");
end Program;