ADA
What about ADA ?
Here is an ADA implementation. Tested with gnat 4.1
with Ada.Text_IO;
procedure Best is
begin
Ada.Text_IO.Put_Line("Arch is the best!");
end Best;
~ Arnaud MAZIN, 2008-06-05 10:13:16
Here is an ADA implementation. Tested with gnat 4.1
with Ada.Text_IO;
procedure Best is
begin
Ada.Text_IO.Put_Line("Arch is the best!");
end Best;
~ Arnaud MAZIN, 2008-06-05 10:13:16