Made USART working (even with internal RC osc. ;-)
[mirrors/Programs.git] / php / de64.php
CommitLineData
21c4e167
H
1#!/usr/bin/php
2<?php
3
4echo(base64_decode($argv[1])."\n");
This page took 0.093568 seconds and 4 git commands to generate.