git add -A

This commit is contained in:
danogentili 2017-03-25 17:43:38 +03:00
parent 29d5683214
commit cdc7a148de
2 changed files with 19 additions and 0 deletions

12
a.php Normal file
View File

@ -0,0 +1,12 @@
<?php
require 'vendor/autoload.php';
$two = new \phpseclib\Math\BigInteger(2);
$t = new \phpseclib\Math\BigInteger(2);
$pow = 1984;
for ($x = 0; $x < ($pow-1); $x++) {
$two = $two->multiply($t);
var_dump($x);
}
echo($two->__toString().PHP_EOL);

View File

@ -0,0 +1,7 @@
bot_thumbnail#0 dc_id:int id:long access_hash:long volume_id:long secret:long local_id:int = File;
bot_photo#2 dc_id:int id:long access_hash:long volume_id:long secret:long local_id:int = File;
bot_voice#3 dc_id:int id:long access_hash:long = File;
bot_video#4 dc_id:int id:long access_hash:long = File;
bot_document#5 dc_id:int id:long access_hash:long = File;
bot_sticker#8 dc_id:int id:long access_hash:long = File;
bot_audio#9 dc_id:int id:long access_hash:long = File;