mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
13 lines
253 B
ObjectPascal
13 lines
253 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 2731 }
|
|
{ Submitted by "Wiktor Sywula" on 2003-10-10 }
|
|
{ e-mail: wswiktor@poczta.fm }
|
|
unit uw2731;
|
|
|
|
interface
|
|
implementation
|
|
initialization
|
|
writeln('Hello world');
|
|
finalization
|
|
writeln('Bye world');
|
|
end.
|