Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / counter.php
@John Ryland John Ryland on 22 Dec 2020 101 bytes import NUC files
<?php
function print_c($last, $current) {
	echo str_repeat( chr(8), strlen( $last ) ) . $current;
}