Add e.adb file in order to support Ada

This commit is contained in:
KODING WARRIOR 2018-12-09 05:46:01 +09:00
parent ff54bc5a87
commit 83a4ea7a83

6
e.adb Normal file
View File

@ -0,0 +1,6 @@
with Ada.Text_IO; use Ada.Text_IO;
procedure Program is
begin
Ada.Text_IO.Put("e");
end Program;