1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-12 21:56:42 +00:00
2022-03-14 13:49:48 +00:00

13 lines
181 B
PHP

<?php
require_once __DIR__.'/../vendor/autoload.php';
use Gregwar\Captcha\CaptchaBuilder;
echo count(CaptchaBuilder::create()
->build()
->getFingerprint()
);
echo "\n";