bug0277.pp 90 B

12345
  1. program bug0277;
  2. const test_byte=pchar(1);
  3. begin
  4. writeln('Hello world');
  5. end.