pas2js/demo/wasienv/simple/helloworld.pp
2021-12-24 14:02:56 +01:00

7 lines
140 B
ObjectPascal

program HelloWorld;
begin
Writeln('Hello world from FPC webassembly and Pas2JS!');
Writeln('... and a merry Christmas for all!');
end.