Documentation

GNU Ada Compiler
Compiler
GNAT
Name
GNU Ada Compiler
Language
Ada
Program and version
GNAT 10.4.0
Description
GNU Ada Compiler
Type
compiler (shared libs)
Flags1
-O2
Flags2
Extension
.ada
Status
Ok

P68688
-- Ada

with Text_Io; 
use Text_Io;

procedure program is
begin
    Put_Line("Hello world!");
end program;