logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository.
commit: 4ff853d04bd6a0f92c272ab0db80bdd858991567
parent 0eef59c401716b6c8d998ca0df90b0e63e1a15a3
Author: iliana weller <ilianaw@buttslol.net>
Date:   Sat,  8 Dec 2018 12:55:36 -0800

Eeeee EE #214 eeee malkoG/eeeeeeeeeeeeeeeeeeeeeeee

Add e.adb file in order to support Ada

Diffstat:

Ae.adb6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/e.adb 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;