home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
P_PASCAL.ZIP
/
SAMPLES
/
HELLO.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-04-21
|
108 b
|
7 lines
(*$c+,t+*)
program x(output);
var y : integer;
begin
for y := 1 to 3 do writeln('Hello, world!')
end.