home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Pascal
/
Applications
/
P4⁄Mac 1.0
/
test programs
/
hello.p
< 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-07-28
|
69 b
|
6 lines
|
[
TEXT/Rich
]
program hello(input, output);
begin
writeln('Hello, World!');
end.