home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
ada
/
adatu200.exe
/
HELLO.ADA
< prev
next >
Wrap
Text File
|
1991-03-25
|
91b
|
6 lines
with TEXT_IO; use TEXT_IO;
procedure HELLO is
begin
PUT_LINE("Hello!");
end HELLO;