about summary refs log tree commit diff stats
path: root/ada/hi.adb
blob: be2bd48606d561561914f8259c2fcad0e9453a78 (plain) (blame)
1
2
3
4
5
6
with Ada.Text_IO;
use Ada.Text_IO;
procedure Hello is
begin
   Put_Line ("Hello, world!");
end Hello;