Created
February 14, 2017 04:43
-
-
Save sierisimo/60d2475013d1ebbc093f03419e175d95 to your computer and use it in GitHub Desktop.
Hello world, from my baby Ada
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with Ada.Text_IO; | |
use Ada.Text_IO; | |
procedure BabyAda is | |
begin | |
Put_Line ("Hello World, my name is Ada Victoria Jaime Reyes!"); | |
end BabyAda; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<3