5 lines
98 B
Ada
5 lines
98 B
Ada
with Ada.Text_IO; use Ada.Text_IO;
|
|
procedure Main is
|
|
begin
|
|
Put_Line ("Hello world!");
|
|
end Main;
|