mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 14:29:34 +02:00
6 lines
47 B
ObjectPascal
6 lines
47 B
ObjectPascal
uses
|
|
math;
|
|
Begin
|
|
WriteLn(power(2,31));
|
|
end.
|