helloworld.pp 140 B

123456
  1. program HelloWorld;
  2. begin
  3. Writeln('Hello world from FPC webassembly and Pas2JS!');
  4. Writeln('... and a merry Christmas for all!');
  5. end.