index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
webtbs
/
tw1792.pp
blob: 916f80e59ce8c517ddb4ec01b202dc1c48d5eab9 (
plain
)
1
2
3
4
5
uses math
;
Begin
WriteLn
(
power
(
2
,
31
));
end
.