You are on page 1of 1

{$mode objfpc}{$H-}{$R+}{$T+}{$Q+}{$V+}{$D+}{$X-}{$warnings on}

program ejerciciouno;

const
result: integer = (5);

begin
writeln(result*2);
end.

You might also like