No edit summary
No edit summary
Line 3: Line 3:
The simplest program :
The simplest program :


<syntaxhighlight lang="ada">
<syntaxhighlight lang="Ada">
           -----------
           -----------
procedure HELLO_WORLD
procedure HELLO_WORLD

Revision as of 17:32, 21 February 2025

Examples

The simplest program :

          -----------
procedure HELLO_WORLD
is        -----------
begin
  PUT_LINE( "Hello_world !" );
end HELLO_WORLD;
‎

using "syntaxhighlight".