fork download
  1. program help;
  2. begin
  3. Writeln('привет мир!');
  4. end.
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
привет мир!