tresstr.pp 105 B

12345678
  1. {$mode objfpc}
  2. resourcestring
  3. s = 'Hello world';
  4. begin
  5. if s<>'Hello world' then
  6. halt(1);
  7. end.