Skip to content

Instantly share code, notes, and snippets.

@sierisimo
Created February 14, 2017 04:43
Show Gist options
  • Save sierisimo/60d2475013d1ebbc093f03419e175d95 to your computer and use it in GitHub Desktop.
Save sierisimo/60d2475013d1ebbc093f03419e175d95 to your computer and use it in GitHub Desktop.
Hello world, from my baby Ada
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;
@pgonzalezr
Copy link

<3

@angelikk
Copy link

^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment