Ada 83 examples

Revision as of 14:34, 21 February 2025 by Vmo (talk | contribs) (Created page with "== Examples == The simplest program : <syntaxhighlight lang="Ada" style="background-color: #e5e5e5"> ----------- procedure HELLO_WORLD is ----------- begin PUT_LINE( "Hello_world !" ); end HELLO_WORLD; ‎</syntaxhighlight> using "syntaxhighlight".")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Examples

The simplest program :

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

using "syntaxhighlight".