home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
ada_1
/
Examples_ada_hello
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-14
|
132 b
|
10 lines
-- ++
-- Uh, rather obvious really !
-- --
with Text_IO;
procedure Hello is
begin
Text_IO.Put_Line ("Hello World!");
end Hello;