1
0

7 lines
103 B
Ada

with Ada.Text_IO; use Ada.Text_IO;
procedure Program is
begin
Ada.Text_IO.Put("e");
end Program;