changed q1 and q2 according to the paper of P. Sysel and P. Rajmic
[mirrors/Programs.git] / php / de64.php
1 #!/usr/bin/php
2 <?php
3
4 echo(base64_decode($argv[1])."\n");
This page took 0.347492 seconds and 4 git commands to generate.