mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-05-31 05:22:26 +02:00
7 lines
140 B
ObjectPascal
7 lines
140 B
ObjectPascal
program HelloWorld;
|
|
|
|
begin
|
|
Writeln('Hello world from FPC webassembly and Pas2JS!');
|
|
Writeln('... and a merry Christmas for all!');
|
|
end.
|