mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:39:24 +02:00
5 lines
50 B
ObjectPascal
5 lines
50 B
ObjectPascal
{ %RESULT=207 }
|
|
Begin
|
|
WriteLn(power(2,63));
|
|
end.
|