diff --git a/e.adb b/e.adb new file mode 100644 index 0000000..02fe848 --- /dev/null +++ b/e.adb @@ -0,0 +1,6 @@ +with Ada.Text_IO; use Ada.Text_IO; + +procedure Program is +begin + Ada.Text_IO.Put("e"); +end Program;