Repository URL to install this package:
uses math; begin if power(0,0)<>1 then halt(1); if intpower(0,0)<>1 then halt(1); writeln('ok'); end.