summaryrefslogtreecommitdiffstats
path: root/languages/ada/app_templates/adahello/main.adb
blob: e2c6f5daaf2bedc6b2aff411bb2c5d38772d11a3 (plain)
1
2
3
4
5
6
7
8
with Text_IO;

procedure Main is

begin
   Text_IO.Put_Line ("Hello World");
end Main;