[ Back to the overview Matrix ]

Test case : Hello World using Ada

Lines used: 5
To compile: gnatmake hello
with Ada.Text_IO; 
procedure  hello is 
  begin
    Ada.Text_IO.Put_Line("Hello World!");
  end hello;
  
Contributed by Waldek Hebisch, hebisch at math.uni.wroc.pl